-
Notifications
You must be signed in to change notification settings - Fork 128
Comparing changes
Open a pull request
base repository: dotnet/linker
base: a5f8466
head repository: dotnet/linker
compare: f2dd65f
- 16 commits
- 42 files changed
- 6 contributors
Commits on Oct 29, 2021
-
Ruc on type analyzer part 1 (#2330)
Add logic to check some of the Ruc on type analysis warnings Change field and event signature to match analyzer and linker to a single signature mode Add class as a diagnostic target Fix issue where attributes ProducedBy.Trimmer/ProducedBy.All are skipped if they are surrounded by ProducedBy.Analyzer attributes Bring IsConstructor and IsStaticConstructor from Roslyn source Remove special case for printing warnings in the event instead of the caller of the event accessor Scenarios of Ruc on type that are not addressed by this PR: Dealing with interfaces with RUC and having a class implementing it DAM interaction with RUC Reflection patterns, some of the tests work because they use typeof() but in general, they are not supported
Configuration menu - View commit details
-
Copy full SHA for c702d03 - Browse repository at this point
Copy the full SHA c702d03View commit details
Commits on Nov 1, 2021
-
Update dependencies from https://github.com/dotnet/arcade build 20211…
…029.1 (#2345) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 1083cf6 - Browse repository at this point
Copy the full SHA 1083cf6View commit details -
Update dependencies from https://github.com/dotnet/runtime build 2021…
…1101.1 (#2346) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 0881e46 - Browse repository at this point
Copy the full SHA 0881e46View commit details
Commits on Nov 2, 2021
-
Move RequiresAssemblyFiles from Analyzer to the linker RequiresCapability file Move the new constraint code from RequiresUnreferencedCode to be on the base Requires file Add Warning Id to messages from the analyzer to distinguish in a test which analyzer missed/found a warning Add RequiresAssemblyFilesMismatchAttribute Title and Message to fix bug Add testing in linker for mismatching attributes Add testing in linker for Delegates in CompilerGenerated file Add support for static constructor compiler-generated calls Add additional warnings from DAM and RUC interaction. Not supported by the analyzer yet
Configuration menu - View commit details
-
Copy full SHA for 8e455f0 - Browse repository at this point
Copy the full SHA 8e455f0View commit details
Commits on Nov 3, 2021
-
Merge pull request #2352 from dotnet/merges/release/6.0.2xx-to-main
Merge release/6.0.2xx to main
Configuration menu - View commit details
-
Copy full SHA for 84d3fa3 - Browse repository at this point
Copy the full SHA 84d3fa3View commit details -
Merge pull request #2353 from dotnet/merges/release/6.0.2xx-to-main
Merge release/6.0.2xx to main
Configuration menu - View commit details
-
Copy full SHA for 361d047 - Browse repository at this point
Copy the full SHA 361d047View commit details -
Configuration menu - View commit details
-
Copy full SHA for e884052 - Browse repository at this point
Copy the full SHA e884052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa0e80 - Browse repository at this point
Copy the full SHA 8aa0e80View commit details
Commits on Nov 8, 2021
-
Update dependencies from https://github.com/dotnet/arcade build 20211…
…105.2 (#2356) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for 968a763 - Browse repository at this point
Copy the full SHA 968a763View commit details -
Update dependencies from https://github.com/dotnet/runtime build 2021…
…1106.5 (#2357) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for 3d3f294 - Browse repository at this point
Copy the full SHA 3d3f294View commit details
Commits on Nov 11, 2021
-
Move analyzer tests to one test per file
Moves away from generating Theory cases for each method in the file and uses one Fact per test file.
Configuration menu - View commit details
-
Copy full SHA for 9e1cdb6 - Browse repository at this point
Copy the full SHA 9e1cdb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 959a30a - Browse repository at this point
Copy the full SHA 959a30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d47968 - Browse repository at this point
Copy the full SHA 1d47968View commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5a3f916 - Browse repository at this point
Copy the full SHA 5a3f916View commit details -
Configuration menu - View commit details
-
Copy full SHA for adfa7a1 - Browse repository at this point
Copy the full SHA adfa7a1View commit details -
Merge pull request #2362 from agocke/file-based-tests
Move analyzer tests to one test per file
Configuration menu - View commit details
-
Copy full SHA for f2dd65f - Browse repository at this point
Copy the full SHA f2dd65fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a5f8466...f2dd65f