roslyn-sdk
roslyn-sdk copied to clipboard
Roslyn-SDK templates and Syntax Visualizer
This pull request updates the following dependencies [marker]: (Begin:5705074d-db92-4db0-1eb9-08d8d8fef0ea) ## From https://github.com/dotnet/arcade - **Subscription**: 5705074d-db92-4db0-1eb9-08d8d8fef0ea - **Build**: 20240425.1 - **Date Produced**: April 25, 2024 5:24:32 PM UTC - **Commit**: 67d23f4ba1813b315e7e33c71d18b63475f5c5f8...
our code-analyzer-tests use `Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.MSTest`. We now had to upgrade `System.Collections.Immutable` to `8.0.0` for all Assemblies. Whenever we now want to use these assemblies to run within tests (because we have...
Fixes #1155
This pull request updates the following dependencies [marker]: (Begin:5705074d-db92-4db0-1eb9-08d8d8fef0ea) ## From https://github.com/dotnet/arcade - **Subscription**: 5705074d-db92-4db0-1eb9-08d8d8fef0ea - **Build**: 20241120.5 - **Date Produced**: November 20, 2024 10:02:02 PM UTC - **Commit**: 3c7e11bf80279cde53a6251c4d0fa10e613fc739...
### Description I was recently made aware of this nifty feature, that Visual Studio can syntax highlight your embedded C# code: . However, currently this requires tests to be written...
The roslyn-analyzers repo has a set of helpers to make performance testing of analyzers using BenchmarkDotNet easier. See https://github.com/dotnet/roslyn-analyzers/tree/main/src/PerformanceTests/Utilities/Common It would be nice if we provided: 1. A set of...
Add a "best practice" and example of caching `ReferenceAssemblies` between tests. New users of the testing infrastructure often set the reference assemblies in a constructor, but don't use `static` or...
I've noticed two issues with unit tests I've attempted to write, both of which involve PPDs. I'm willing to believe I'm at fault, but I think there's a bug. **First:**...
Hi, could you please release latest version of Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit and its dependant packages - it is ultra beneficial for building independent source code analyzers. Best regards
# Description Some Generators require access to MSBuild properties to have additional context to be able to properly generate. How can I inject values into the Generator Test so that...