dotnet/roslyn-sdk

Upgrade CodeAnalysis.Testing.ReferenceAssemblies to .Net 7.0 preview 7

buyaa-n opened this issue · 7 comments

Could we upgrade CodeAnalysis.Testing.ReferenceAssemblies to .Net 7.0 preview 7 or at least preview 5?

New APIs needed for testing new analyzers with new attributes/APIs, for example a list of new APIs needed for dotnet/runtime#69775

CC @mavasani @jmarolf @sharwell

Also tagging @JoeRobich

Opened a PR to update to the Preview 7 packages.

Thanks @JoeRobich, I need to reference it in roslyn-analyzers repo. Could we include that with this effort or should I create an issue in roslyn-analyzers repo?

Sure. Once the PR is merged and a new build is available, I will update the MicrosoftCodeAnalysisTestingVersion in the roslyn-analyzers eng/Versions.props file.

Opened dotnet/roslyn-analyzers#6123 to update roslyn-analyzers to a new build with this change.

@buyaa-n roslyn-analyzers repo has been updated.

Thanks you!