-
Notifications
You must be signed in to change notification settings - Fork 127
Comparing changes
Open a pull request
base repository: dotnet/linker
base: 5baeb5e
head repository: dotnet/linker
compare: 5929598
- 11 commits
- 72 files changed
- 4 contributors
Commits on Mar 11, 2022
-
Use attributes on lambdas in tests (#2682)
* Use attributes on lambdas in tests * Fix formatting * Unindent attributes
Configuration menu - View commit details
-
Copy full SHA for 93eac59 - Browse repository at this point
Copy the full SHA 93eac59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c81d5 - Browse repository at this point
Copy the full SHA 98c81d5View commit details -
Warn on DAM mismatch between overrides (#2656)
* Warn on DAM mismatch between overrides
Configuration menu - View commit details
-
Copy full SHA for ac6cfb3 - Browse repository at this point
Copy the full SHA ac6cfb3View commit details
Commits on Mar 14, 2022
-
Update dependencies from https://github.com/dotnet/arcade build 20220…
…307.6 (#2684) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for cbcfcfc - Browse repository at this point
Copy the full SHA cbcfcfcView commit details -
Update dependencies from https://github.com/dotnet/runtime build 2022…
…0313.2 (#2685) [main] Update dependencies from dotnet/runtime
Configuration menu - View commit details
-
Copy full SHA for ae1f280 - Browse repository at this point
Copy the full SHA ae1f280View commit details
Commits on Mar 18, 2022
-
Remove SuppressionContextMember (#2691)
* Remove SuppressionContextMember Instead of computing the suppression context member when we push to the scope stack, it is now computed on demand when we need to know whether a warning is suppressed. The suppression context should be entirely determined by the static scopes, so there isn't any need to track it dynamically.
Configuration menu - View commit details
-
Copy full SHA for 2303da0 - Browse repository at this point
Copy the full SHA 2303da0View commit details -
Propagate DynamicallyAccessedMemberTypes through Nullable<T> to T (#2675
) Add intrinsic support for Nullable.GetUnderlyingType and support for MakeGenericType with Nullables Adds ArrayCreationOperation visitors to create ArrayValue's in the analyzer, and adds start of dataflow analysis for array values. Adds tests to validate dataflow in Arrays. Co-authored-by: vitek-karas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed8b22a - Browse repository at this point
Copy the full SHA ed8b22aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d77412 - Browse repository at this point
Copy the full SHA 1d77412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947f66a - Browse repository at this point
Copy the full SHA 947f66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2b304 - Browse repository at this point
Copy the full SHA 9f2b304View commit details -
Add test get interfaces (#2696)
* Add test which mimics what is done in Type.ImplementInterface helper in runtime There's nothing new in this test, but it's better to have coverage for the pattern as it's used in runtime. * Add tests for properties * Simplify Co-authored-by: vitek-karas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5929598 - Browse repository at this point
Copy the full SHA 5929598View 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 5baeb5e...5929598