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

Ensure *Base types have the same members as the main types #498

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

twsouthwick
Copy link
Member

@twsouthwick twsouthwick commented Mar 28, 2024

System.Web had *Base types that were meant for abstraction. This adds a test to ensure we have the same members on both versions and adds a few that were missing.

System.Web had *Base types that were meant for abstraction. This adds a test to ensure we have the same members on both versions and adds a few that were missing.
@@ -6,12 +6,13 @@
"src\\Microsoft.AspNetCore.SystemWebAdapters.CoreServices\\Microsoft.AspNetCore.SystemWebAdapters.CoreServices.csproj",
"src\\Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices\\Microsoft.AspNetCore.SystemWebAdapters.FrameworkServices.csproj",
"src\\Microsoft.AspNetCore.SystemWebAdapters\\Microsoft.AspNetCore.SystemWebAdapters.csproj",
"test\\Microsoft.AspNetCore.SystemWebAdapters.Apis.Tests\\Microsoft.AspNetCore.SystemWebAdapters.Apis.Tests.csproj",
Copy link
Member Author

Choose a reason for hiding this comment

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

I added this in a recent pr but forgot to add to this filter which is what is run on ci

@twsouthwick
Copy link
Member Author

twsouthwick commented Mar 28, 2024

@joperezr here's one similar to #487 that is to ensure future additions are consistent and has some tests to validate structure that I'd like to get in for 1.4

@twsouthwick twsouthwick enabled auto-merge (squash) March 29, 2024 02:33
@twsouthwick twsouthwick added this to the 1.4 milestone Apr 1, 2024
@twsouthwick twsouthwick merged commit 58bc014 into main Apr 10, 2024
5 checks passed
@twsouthwick twsouthwick deleted the base-types branch April 10, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants