-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Improve generation and use of ref/ projects #17311
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
56 commits
Select commit
Hold shift + click to select a range
7e4df0d
Remove useless src/PackageArchive files
dougbu 6a22883
Improve use of ref/ assemblies
dotnet-maestro[bot] aa74887
Improve ref/ project generation
dougbu 760a9a1
Use a response file for GenAPI commands
dougbu 5de1317
Perform smaller cleanup
dougbu c2c4cbb
Correct use of `@(ProjectReference)` items for reference providers
dougbu 5135c07
Undo some manual ref/ project changes
dougbu b1b5851
Remove `private` members from ref/ *.Manual.cs files
dougbu bf6327b
Remove recently-added `@(Compile)` and `@(Reference)` items
dougbu ef5a318
Remove `@(RuntimeHostConfigurationOption)` workarounds
dougbu 3d04839
Cleanup warnings
dougbu 1ff0b74
Regenerate ref/ projects
dougbu 10bea54
Fill in missing `internal` types 1 of n
dougbu 0a08008
Add Microsoft.AspNetCore.Routing.Manual.cs
wtgodbe aaf0965
Add Microsoft.AspNetCore.Authentication.AzureAD.UI.Manual.cs
wtgodbe 4551eff
Fixup Microsoft.AspNetCore.Routing.Manual.cs
wtgodbe fed7128
Add Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Manual.cs
wtgodbe 8617ac7
Add Manual.cs files for Server projects
cddda70
Clean up recent commits
dougbu 8d7883b
Add *.Manual.cs files for src/Hosting projects
dougbu 6acbbf0
!fixup! fields in *.Manual.cs `struct`s
dougbu 367a497
Add a few more `internal` types needed in tests
dougbu 9f8eaf5
Add *.Manual.cs files for src/DataProtection projects
4390da3
Add / update *.Manual.cs files for src/Middleware
dougbu 79bd418
Remove special case for generating ref/ projects on non-Windows
dougbu 4bc6190
Feedback
ef2c2a9
Add manual.cs for Mvc.NewtonsoftJson
wtgodbe b1f18be
Add Manual file for Mvc.ApiExplorer
wtgodbe 1625c9b
Add manual stuff for Mvc.DataAnnotations
wtgodbe 40dc1b4
Add manual stuff for Mvc.Formatters.Xml
wtgodbe c235e37
Add manul file for Mvc.Localization
wtgodbe 811d71f
Add manual file for Authentication.Negotiate
wtgodbe b94c81b
Add missed reference in Extensions.Identity.Stores
wtgodbe 3016def
Add / update *.Manual.cs files for src/Components
e5e7f25
Fixup Mvc.Viewfeatures.Manual.cs
wtgodbe c92cfba
fixup Mvc.NewtonsoftJson.Manual.cs
wtgodbe 722a1f9
Fixup structs in src/Components
30ef8db
Add more `internal` members to src/Mvc/Mvc.Core/ref
dougbu d29247d
!fixup! add another `internal` type to Microsoft.AspNetCore.Mvc.Core.…
dougbu 7b29b45
Fix Servers/Kestrel with manual types
wtgodbe e4e6fbe
!fixup! Still more `internal` Mvc.Core types
dougbu fa8a776
Add manual file for Mvc.TagHelpers
wtgodbe 72e0ea6
Add more manual types to Mvc.ViewFeatures
wtgodbe 5f2919c
Add manual file for Mvc.Cors
wtgodbe 7d97608
Fixup Mvc.Razorpages manual issues
wtgodbe 964c23b
Only create ref/ projects for assemblies in the shared framework
dougbu 3c942fa
Remove "extra" ref/ projects
dougbu 36c505c
Add a few GenAPI exclusions
dougbu fbfd056
Add more `internal` types and members
dougbu 1ca2483
Fixup NU5128 warnings
348eadf
Add direct dependencies to work around CS1705 errors
dougbu 05f9c8d
nits: Remove a few more `private` members in *.Manual.cs files
dougbu ac44986
!fixup! correct namespaces of a few types in *.Manual.cs files
dougbu 0c0d845
Try another way to fix Microsoft.AspNetCore.Blazor.Build.Tests
dougbu 76363d1
Try another way to fix missing targets in Web.JS.npmproj
dougbu 6bd4798
Revert "Fixup NU5128 warnings"
dougbu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
<PropertyGroup> | ||
<BuildManaged>true</BuildManaged> | ||
<RepoRoot>$([MSBuild]::NormalizeDirectory('$(MSBuildThisFileDirectory)', '..'))</RepoRoot> | ||
<BuildMainlyReferenceProviders>true</BuildMainlyReferenceProviders> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What does this property mean? Maybe add a comment |
||
</PropertyGroup> | ||
|
||
<Import Project="Build.props" /> | ||
|
@@ -15,7 +16,6 @@ | |
BuildInParallel="true" | ||
SkipNonexistentTargets="true" | ||
SkipNonexistentProjects="true" > | ||
|
||
<Output TaskParameter="TargetOutputs" ItemName="_ProjectReferenceProvider"/> | ||
</MSBuild> | ||
|
||
|
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.
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.
We can probably just remove the "3.0.1" condition, since we're done building it