-
Notifications
You must be signed in to change notification settings - Fork 79
SLVS-2500 Respect NET repackaging #6390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLVS-2500 Respect NET repackaging #6390
Conversation
…at are solely got from the DTO itself
2f90053 to
e2fa139
Compare
| { | ||
| var languageToDllsMap = new Dictionary<RoslynLanguage, List<string>> | ||
| { | ||
| { RoslynLanguage.CSharp, GetAnalyzerFullPathsByLanguage(RoslynLanguage.CSharp, analyzerInfoDto.ShouldUseCsharpEnterprise) }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded mapping :-/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do need a mapping, because of the bool values. Either I do it here, either I do it in another model, I still need to map each language to the corresponding bool
src/Integration.Vsix/EmbeddedAnalyzers/EmbeddedDotnetAnalyzersLocator.cs
Outdated
Show resolved
Hide resolved
🤖 Pull Request summaryUpdates SLOOP version to 10.29.0 and refactors analyzer configuration to support enterprise analyzer selection. • Version bump: SLOOP embedded version updated from 10.28.0 to 10.29.0 Focus areas for review:
|
b74c888
into
feature/sqvs-roslyn-plugin



SLVS-2500