-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Identity] Move to use static web assets support. #11029
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
a98d466
Shuffle content around
javiercn 504f4e8
Fix tests
javiercn c358637
Update ref assemblies
javiercn b8aa5a7
Use unix paths
javiercn 6332c18
Normalize paths
javiercn bdfd3f7
Fix paths
javiercn a807bcb
Fix trailing slash
javiercn 9f8899a
Fix test files path
javiercn e6dba0f
Fix props file
javiercn 95576a8
Shorten static web assets package folder name
javiercn 06bdba5
Update tests to work on helix
javiercn 5af4b7c
Helix CI
javiercn 2e11641
Fix remaining tests
javiercn 5f90144
Package changes
javiercn 819618f
Fix up package
javiercn 32939e4
Update and cleanup tests
javiercn 8f76cf6
Seal attribute class
javiercn 901d238
Remove unnecessary argument
javiercn 6c2fa6d
Fix project file
javiercn 826d107
Final cleanups
javiercn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| { | ||
| "solution": { | ||
| "path": "Identity.sln", | ||
| "projects": [ | ||
| "ApiAuthorization.IdentityServer\\samples\\ApiAuthSample\\ApiAuthSample.csproj", | ||
| "ApiAuthorization.IdentityServer\\src\\Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj", | ||
| "ApiAuthorization.IdentityServer\\test\\Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Tests.csproj", | ||
| "Core\\src\\Microsoft.AspNetCore.Identity.csproj", | ||
| "EntityFrameworkCore\\src\\Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj", | ||
| "EntityFrameworkCore\\test\\EF.InMemory.Test\\Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.csproj", | ||
| "EntityFrameworkCore\\test\\EF.Test\\Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.csproj", | ||
| "Extensions.Core\\src\\Microsoft.Extensions.Identity.Core.csproj", | ||
| "Extensions.Stores\\src\\Microsoft.Extensions.Identity.Stores.csproj", | ||
| "Specification.Tests\\src\\Microsoft.AspNetCore.Identity.Specification.Tests.csproj", | ||
| "UI\\src\\Microsoft.AspNetCore.Identity.UI.csproj", | ||
| "samples\\IdentitySample.DefaultUI\\IdentitySample.DefaultUI.csproj", | ||
| "samples\\IdentitySample.Mvc\\IdentitySample.Mvc.csproj", | ||
| "test\\Identity.FunctionalTests\\Microsoft.AspNetCore.Identity.FunctionalTests.csproj", | ||
| "test\\Identity.Test\\Microsoft.AspNetCore.Identity.Test.csproj", | ||
| "test\\InMemory.Test\\Microsoft.AspNetCore.Identity.InMemory.Test.csproj", | ||
| "testassets\\Identity.DefaultUI.WebSite\\Identity.DefaultUI.WebSite.csproj" | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.