dotnet / dotnet/aspnetcore

Replace `Microsoft.AspNetCore.Analyzer.Testing` with `Microsoft.CodeAnalysis.Testing`

Open
#36,300 3 comments 1 reaction 0 assignees View on GitHub
analyzer area-minimal area-mvc task
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 6h
Merged PRs (30d)
290

Description

Currently, our analyzers/codefixes rely on a custom library to validate their behavior. Moving forward, we can use the official testing libraries provided in the `M.CA.Testing` and move away from relying on our custom setup.

At minimum, new analyzers should use the M.CA.Testing library for validation. We can also invest some time in porting over the older tests and removing the custom project all together.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.