paulirwin commented on code in PR #2: URL: https://github.com/apache/lucenenet-codeanalysis-dev/pull/2#discussion_r2386308062
########## .globalconfig: ########## @@ -0,0 +1,2 @@ +roslyn_correctness.assembly_reference_validation = relaxed Review Comment: Here are the docs for this setting, it was to suppress some Roslyn meta-analyzer, but honestly I don't remember at this time as it was so long ago. I'll have to try removing it and see what happens. https://github.com/dotnet/roslyn/blob/main/docs/roslyn-analyzers/rules/RS1022.md It also seems to be related to this RS1038 warning: https://github.com/dotnet/roslyn-analyzers/issues/7438 This might be a non-issue now that the code fixes are split into a separate assembly, possibly? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
