dotnet icon indicating copy to clipboard operation
dotnet copied to clipboard

Feat: Guard: Roslyn Analyser / Code fix / suggestion / Quick Fix

Open martinandersen3d opened this issue 1 year ago • 0 comments

Overview

Diagnostic.Guard:

  • In visual studio i would like to have Quick Fix suggestions for method parameters

Quick Fix Example:

  • A method parameter of type List, will suggest to make the NotNull Gard code below in the method body.
  • etc. For all types.
  • Could also work for variables and constructors

API breakdown

I dont know

Usage example

I dont know enough..

Breaking change?

No

Alternatives

I dont know

Additional context

No response

Help us help you

No, just wanted to propose this

martinandersen3d avatar Nov 13 '24 22:11 martinandersen3d