-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Make Auth Samples Project Ref #6557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Security sounds good. @HaoK do you care about separating the Identity sample? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FYI, naming the parent folder src/Security/AuthSamples/
is going to cause this line to think everything inside is a sample, including the test projects.
What if we tweaked the layout slightly? Thoughts @Tratcher ?
src/
Security/
test/
FunctionalTests/
AuthSamples.FunctionalTests.csproj
testassets/
ClaimsTransformation/
Cookies/
src/Security/AuthSamples/samples/DynamicSchemes/DynamicSchemes.csproj
Outdated
Show resolved
Hide resolved
src/Security/AuthSamples/samples/ClaimsTransformation/ClaimsTransformation.csproj
Outdated
Show resolved
Hide resolved
ba905b1
to
26a2563
Compare
@@ -0,0 +1,124 @@ | |||
Microsoft Visual Studio Solution File, Format Version 12.00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There needs to be a lot more project references to be added here to fix all the NU1105 errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we didn't need this if we have packages? I don't see any failures when I build the solution right now.
Nah these can all live together under security |
@natemcmaster these are intentionally built as user facing samples, they are not assets of the tests. The tests are only to verify the samples. |
@Tratcher I agree with you. I'll add |
src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, otherwise LGTM.
@Tratcher I know you were discussing where to put these samples. Do you want them in Security?