-
Notifications
You must be signed in to change notification settings - Fork 347
Create source-only filter package #15638
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
Open
Youssef1313
wants to merge
23
commits into
main
Choose a base branch
from
dev/ygerges/filter-source-pkg
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
30f1531
First step
Youssef1313 4719e01
Finalize
Youssef1313 8e63e0d
Update Microsoft.TestPlatform.Filter.Source.csproj
Youssef1313 0374178
Update Microsoft.TestPlatform.Filter.Source.nuspec
Youssef1313 f1255ef
Update src/Microsoft.TestPlatform.Filter.Source/Microsoft.TestPlatfor…
Youssef1313 ac83d12
Update Microsoft.TestPlatform.Filter.Source.csproj
Youssef1313 64adbdb
Update Microsoft.TestPlatform.Filter.Source.csproj
Youssef1313 47a1132
Update verify-nupkgs.ps1
Youssef1313 916eaee
Update verify-nupkgs.ps1
Youssef1313 64f7ac8
Update Microsoft.TestPlatform.Filter.Source.nuspec
Youssef1313 1c44c61
Update verify-nupkgs.ps1
Youssef1313 6044993
Add test project for Microsoft.TestPlatform.Filter.Source source-only…
Copilot 69888fa
Add test project to solution
Youssef1313 3df6e64
Try to simplify
Youssef1313 891d60b
Update Directory.Build.targets
Youssef1313 2ff0d7a
Update Microsoft.TestPlatform.Filter.Source.UnitTests.csproj
Youssef1313 c4d7641
Update Microsoft.TestPlatform.Filter.Source.UnitTests.csproj
Youssef1313 9c6130d
Fix build
Youssef1313 402ecd1
Use .g.cs in package
Youssef1313 e8df0f1
Update README.md
Youssef1313 52ced56
Address few comments
Youssef1313 42721e3
Add Filter.Source integration tests in Microsoft.TestPlatform.Library…
Copilot f08d6eb
chore: add #nullable enable to all Filter.Source C# files (#15659)
Copilot 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
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
Empty file.
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
8 changes: 8 additions & 0 deletions
8
src/Microsoft.TestPlatform.Filter.Source/EmbeddedAttribute.cs
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,8 @@ | ||
| // <auto-generated/> | ||
| #nullable enable | ||
| namespace Microsoft.CodeAnalysis | ||
| { | ||
| internal sealed partial class EmbeddedAttribute : global::System.Attribute | ||
| { | ||
| } | ||
| } |
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.
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.