dotnet / linker

387 stars 126 forks source link

Generic warning location tests #3146

Closed vitek-karas closed 1 year ago

vitek-karas commented 1 year ago

Adds a test which focused on warnings produced due to annotated generic parameters. This is relatively tricky for the product to deal with since it's often part of the type system and not code. So this test focused on all the different situations such warning can occur and the location where the warning is generated.