AgodaAnalyzers
AgodaAnalyzers copied to clipboard
Change AG0019 to allow for unit test projects
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