AgodaAnalyzers icon indicating copy to clipboard operation
AgodaAnalyzers copied to clipboard

Change AG0019 to allow for unit test projects

Open dicko2 opened this issue 3 years ago • 0 comments

https://github.com/agoda-com/AgodaAnalyzers/blob/67253b560c83f90b3f1a636ba7687af49c773458/src/Agoda.Analyzers/AgodaCustom/AG0019PreventUseOfInternalsVisibleToAttribute.cs#L41

If the target project has "test" in the name then not fail.

We think this is acceptable for some test projects in some scenarios

https://dotnetthoughts.net/dotnet-minimal-api-integration-testing/

Example here, its mandatory to use with minimal API + webapplicationfactory from MVC testing library

dicko2 avatar Mar 03 '22 02:03 dicko2