Skip to content
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

NuGet curation fixes #225

Merged
merged 14 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion curations/NuGet/Azure/Core.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: "NuGet:Azure:Core:"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
comment: "The project resides in its own directory."
vcs:
path: "sdk/core/Azure.Core"
2 changes: 1 addition & 1 deletion curations/NuGet/Azure/Identity.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: "NuGet:Azure:Identity:"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
comment: "The project resides in its own directory."
vcs:
path: "sdk/identity/Azure.Identity"
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:Authentication.Abstractions:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Authentication.Abstractions:[3.0.0,)"
sschuberth marked this conversation as resolved.
Show resolved Hide resolved
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Authentication.Abstractions/src"
- id: "NuGet:Microsoft.AspNetCore:Authentication.Abstractions:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Authentication.Abstractions"
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:Authentication.Core:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Authentication.Core:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Authentication.Core/src"
- id: "NuGet:Microsoft.AspNetCore:Authentication.Core:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Authentication.Core"
19 changes: 2 additions & 17 deletions curations/NuGet/Microsoft.AspNetCore/Authentication.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
- id: "NuGet:Microsoft.AspNetCore:Authentication:2.1.7"
- id: "NuGet:Microsoft.AspNetCore:Authentication:(,2.2.0]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/src/Microsoft.AspNetCore.Authentication"
- id: "NuGet:Microsoft.AspNetCore:Authentication:2.2.1"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/src/Microsoft.AspNetCore.Authentication"
- id: "NuGet:Microsoft.AspNetCore:Authentication:[2.1.8,2.1.31]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/Authentication/Core/src"
- id: "NuGet:Microsoft.AspNetCore:Authentication:[2.2.2,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/Authentication/Core/src"
path: "src/Microsoft.AspNetCore.Authentication"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again the same problem with version 2.1.7?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I thought it's the same problem again as from a pure text-diff perspective of a reviewer the path curation for version 2.1.7 is now different than before. The commit message says "Several targeted versions do not exist", but I would have wished this to be more explicit and name the non-existing versions.

19 changes: 2 additions & 17 deletions curations/NuGet/Microsoft.AspNetCore/Authorization.Policy.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
- id: "NuGet:Microsoft.AspNetCore:Authorization.Policy:2.1.7"
- id: "NuGet:Microsoft.AspNetCore:Authorization.Policy:(,2.2.0]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/src/Microsoft.AspNetCore.Authorization.Policy"
- id: "NuGet:Microsoft.AspNetCore:Authorization.Policy:2.2.1"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/src/Microsoft.AspNetCore.Authorization.Policy"
- id: "NuGet:Microsoft.AspNetCore:Authorization.Policy:[2.1.8,2.1.31]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/Authorization/Policy/src"
- id: "NuGet:Microsoft.AspNetCore:Authorization.Policy:[2.2.2,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/Authorization/Policy/src"
path: "src/Microsoft.AspNetCore.Authorization.Policy"
16 changes: 3 additions & 13 deletions curations/NuGet/Microsoft.AspNetCore/Authorization.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
- id: "NuGet:Microsoft.AspNetCore:Authorization:2.1.7"
- id: "NuGet:Microsoft.AspNetCore:Authorization:(,2.2.0]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/src/Microsoft.AspNetCore.Authorization"
- id: "NuGet:Microsoft.AspNetCore:Authorization:2.2.1"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/src/Microsoft.AspNetCore.Authorization"
- id: "NuGet:Microsoft.AspNetCore:Authorization:[2.1.8,2.1.31]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Security/Authorization/Core/src"
- id: "NuGet:Microsoft.AspNetCore:Authorization:[2.2.2,)"
path: "src/Microsoft.AspNetCore.Authorization"
- id: "NuGet:Microsoft.AspNetCore:Authorization:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
Expand Down
6 changes: 3 additions & 3 deletions curations/NuGet/Microsoft.AspNetCore/Cors.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:Cors:2.1.7"
- id: "NuGet:Microsoft.AspNetCore:Cors:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/CORS/src/Microsoft.AspNetCore.Cors"
- id: "NuGet:Microsoft.AspNetCore:Cors:[2.1.8,)"
- id: "NuGet:Microsoft.AspNetCore:Cors:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Middleware/CORS/src"
path: "src/Microsoft.AspNetCore.Cors"
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:Hosting.Abstractions:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Hosting.Abstractions:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Hosting/Abstractions/src"
- id: "NuGet:Microsoft.AspNetCore:Hosting.Abstractions:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Hosting.Abstractions"
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
- id: "NuGet:Microsoft.AspNetCore:Hosting.Server.Abstractions:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Hosting.Server.Abstractions:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Hosting/Server.Abstractions/src"

- id: "NuGet:Microsoft.AspNetCore:Hosting.Server.Abstractions:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Hosting.Server.Abstractions"
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
- id: "NuGet:Microsoft.AspNetCore:Http.Abstractions:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Http.Abstractions:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Http.Abstractions/src"

- id: "NuGet:Microsoft.AspNetCore:Http.Abstractions:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Http.Abstractions"
18 changes: 17 additions & 1 deletion curations/NuGet/Microsoft.AspNetCore/Http.Extensions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
- id: "NuGet:Microsoft.AspNetCore:Http.Extensions:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Http.Extensions:(,2.1.21["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Http.Extensions"
- id: "NuGet:Microsoft.AspNetCore:Http.Extensions:2.1.21"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Http.Extensions/src"
- id: "NuGet:Microsoft.AspNetCore:Http.Extensions:(2.1.21,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Http.Extensions"
- id: "NuGet:Microsoft.AspNetCore:Http.Extensions:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Http.Extensions/src"

8 changes: 7 additions & 1 deletion curations/NuGet/Microsoft.AspNetCore/Http.Features.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
- id: "NuGet:Microsoft.AspNetCore:Http.Features:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Http.Features:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Http.Features/src"
- id: "NuGet:Microsoft.AspNetCore:Http.Features:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Http.Features"

17 changes: 16 additions & 1 deletion curations/NuGet/Microsoft.AspNetCore/Http.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
- id: "NuGet:Microsoft.AspNetCore:Http:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Http:(,2.1.22["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Http"
- id: "NuGet:Microsoft.AspNetCore:Http:[2.1.22,2.1.34]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Http/src"
- id: "NuGet:Microsoft.AspNetCore:Http:(2.1.34,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Http"
- id: "NuGet:Microsoft.AspNetCore:Http:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
Expand Down
7 changes: 6 additions & 1 deletion curations/NuGet/Microsoft.AspNetCore/JsonPatch.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:JsonPatch:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:JsonPatch:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Features/JsonPatch/src"
- id: "NuGet:Microsoft.AspNetCore:JsonPatch:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.JsonPatch"
15 changes: 5 additions & 10 deletions curations/NuGet/Microsoft.AspNetCore/Mvc.Abstractions.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:[2.1.7,2.1.8]"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:(,2.1.3]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Abstractions"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:[2.1.9,2.1.31]"
path: "src/Microsoft.AspNetCore.Mvc.Abstractions"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:[2.1.37,2.2.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Abstractions/src"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:[2.2.1,2.2.2]"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:2.2.0"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Abstractions"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Abstractions:[2.2.3,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Abstractions/src"
path: "src/Microsoft.AspNetCore.Mvc.Abstractions"
20 changes: 13 additions & 7 deletions curations/NuGet/Microsoft.AspNetCore/Mvc.Core.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:[2.1.7,2.1.8]"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:(,2.1.3]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Core"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:[2.1.9,2.1.31]"
path: "src/Microsoft.AspNetCore.Mvc.Core"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:[2.1.11,2.1.31]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Core"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:2.2.0"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Core/src"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:[2.2.1,2.2.2]"
path: "src/Microsoft.AspNetCore.Mvc.Core"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:2.2.2"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Core"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:[2.2.3,)"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Core:[2.2.5,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Core/src"
path: "src/Mvc/Mvc.Core"

17 changes: 6 additions & 11 deletions curations/NuGet/Microsoft.AspNetCore/Mvc.Formatters.Json.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.1.7,2.1.8]"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:(,2.1.3]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Formatters.Json"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.1.9,2.1.31]"
path: "src/Microsoft.AspNetCore.Mvc.Formatters.Json"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:2.2.0"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Formatters.Json/src"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.2.1,2.2.2]"
path: "src/Microsoft.AspNetCore.Mvc.Formatters.Json"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:2.1.18"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.Formatters.Json"
- id: "NuGet:Microsoft.AspNetCore:Mvc.Formatters.Json:[2.2.3,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.Formatters.Json/src"
path: "src/Mvc/Mvc.Formatters.Json"
19 changes: 2 additions & 17 deletions curations/NuGet/Microsoft.AspNetCore/Mvc.WebApiCompatShim.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.1.7,2.1.8]"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:(,2.2.0]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.1.9,2.1.31]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.WebApiCompatShim/src"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.2.1,2.2.2]"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim"
- id: "NuGet:Microsoft.AspNetCore:Mvc.WebApiCompatShim:[2.2.3,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Mvc/Mvc.WebApiCompatShim/src"
path: "src/Microsoft.AspNetCore.Mvc.WebApiCompatShim"
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:ResponseCaching.Abstractions:2.1.7"
- id: "NuGet:Microsoft.AspNetCore:ResponseCaching.Abstractions:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/ResponseCaching/src/Microsoft.AspNetCore.ResponseCaching.Abstractions"
- id: "NuGet:Microsoft.AspNetCore:ResponseCaching.Abstractions:[2.1.8,)"
- id: "NuGet:Microsoft.AspNetCore:ResponseCaching.Abstractions:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Middleware/ResponseCaching.Abstractions/src"
path: "src/Microsoft.AspNetCore.ResponseCaching.Abstractions"
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:Routing.Abstractions:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Routing.Abstractions:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Routing.Abstractions/src"
- id: "NuGet:Microsoft.AspNetCore:Routing.Abstractions:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Routing.Abstractions"
8 changes: 7 additions & 1 deletion curations/NuGet/Microsoft.AspNetCore/Routing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
- id: "NuGet:Microsoft.AspNetCore:Routing:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:Routing:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/Routing/src"

- id: "NuGet:Microsoft.AspNetCore:Routing:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.Routing"
7 changes: 6 additions & 1 deletion curations/NuGet/Microsoft.AspNetCore/WebUtilities.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
- id: "NuGet:Microsoft.AspNetCore:WebUtilities:[2.1.7,)"
- id: "NuGet:Microsoft.AspNetCore:WebUtilities:[3.0.0,)"
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Http/WebUtilities/src"
- id: "NuGet:Microsoft.AspNetCore:WebUtilities:(,3.0.0["
curations:
comment: "Set the VCS path of the module inside the multi-module repository."
vcs:
path: "src/Microsoft.AspNetCore.WebUtilities"
Loading