| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
C# 14' "first-class spans" causes `MemoryExtensions.Contains` to be picked over `Enumerable.Contains`. `ConstantSubExpressionReductionVisitor.Visit` calls `DynamicInvoke` which then throws a `NotSupportedException` from [`RuntimeMethodInfo.ThrowNoInvokeException`](https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs,70) For more information see dotnet/runtime#120251
Pull Request Test Coverage Report for Build 19864177618Details
💛 - Coveralls |
Sorry, something went wrong.
|
If I read this ticket correctly, we can ignore that Qodana fails in this PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This upgrade the building from using .NET 9 SDK to .NET 10 SDK.
This allows us to upgrade to C# 14.
The last commit is a bug fix necessary to run the tests when compiling the test projects with .NET 10 SDK.
IMPORTANT
CONTRIBUTOR LICENSE GRANT
By submitting this contribution, the contributor hereby irrevocably grants to the project owners and maintainers a perpetual, worldwide, royalty-free, irrevocable license to use, reproduce, modify, distribute, sublicense, and create derivative works of the contribution for any purpose and under any terms, including proprietary licensing.
The contributor waives any moral rights in the contribution to the extent permitted by law and agrees not to assert any claim of authorship or control over the contribution. The contributor represents that they are the sole author of the contribution and that it is provided free of any third-party claims.
The contributor understands and agrees that the maintainers may, at their sole discretion, use, license, or redistribute the contribution as part of any work and under any terms they choose, without further permission or attribution.