Skip to content

Commit

Permalink
und - Removed extra reference to analyzer release ...
Browse files Browse the repository at this point in the history
...files

---

Type: und
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 4, 2025
1 parent 0a927e7 commit 9bbfdb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private void AnalyzeResourceLocalization(CompilationAnalysisContext context)
// Just launch once
if (context.Compilation.Assembly.Name != "Nitrocid")
return;
Debugger.Launch();

// Open every resource except the English translations file and the analyzer string resources
var resourceNames = thisAssembly.GetManifestResourceNames().Except([
Expand Down
5 changes: 0 additions & 5 deletions private/Nitrocid.LocaleChecker/Nitrocid.LocaleChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<ItemGroup>
<None Remove="AnalyzerReleases.Shipped.md" />
<None Remove="AnalyzerReleases.Unshipped.md" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="AnalyzerReleases.Shipped.md" />
<AdditionalFiles Include="AnalyzerReleases.Unshipped.md" />
Expand Down

0 comments on commit 9bbfdb9

Please sign in to comment.