roslyn-sdk icon indicating copy to clipboard operation
roslyn-sdk copied to clipboard

Roslyn-SDK templates and Syntax Visualizer

Results 186 roslyn-sdk issues
Sort by recently updated
recently updated
newest added

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...

bug
Area-MS.CA.Testing

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: ![image](https://github.com/dotnet/roslyn-sdk/assets/30874283/beb43b3c-b76b-4f5c-a6c4-4976a8fc180c). However, currently this requires tests to be written...

Area-MS.CA.Testing

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...

Area-MS.CA.Testing

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...