Skip to content

Conversation

@filzrev
Copy link
Contributor

@filzrev filzrev commented Dec 11, 2025

This PR update roslyn version 5.0.0. And add BenchmarkDotNet.Analyzers project target.

What's changed in this PR

  1. Update "Microsoft.CodeAnalysis.CSharp" to 5.0.0
  2. Update System.Numerics.Vectors to latest version and add System.Buffers to suppress warnings.
    3. Add BenchmarkDotNet.Analyzers project target for roslyn 5.0 ~~
    ~~ (Currently no C# 14 specific rules exists. So it might not need to add?)
@timcassell
Copy link
Collaborator

  1. Add BenchmarkDotNet.Analyzers project target for roslyn 5.0
    (Currently no C# 14 specific rules exists. So it might not need to add?)

Right, it's not necessary. We can add newer version when we need to analyze newer language features.

@filzrev filzrev force-pushed the chore-update-roslyn-versions branch from 3121df9 to 603c9b7 Compare December 11, 2025 09:24
@filzrev
Copy link
Contributor Author

filzrev commented Dec 11, 2025

Right, it's not necessary. We can add newer version when we need to analyze newer language features.

I've removed code for analyzers. and force pushed.

@timcassell timcassell merged commit ed24f0f into dotnet:master Dec 11, 2025
9 checks passed
@timcassell timcassell added this to the v0.16.0 milestone Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants