Skip to content

Commit

Permalink
Merge pull request #1156 from AArnott/fixloc
Browse files Browse the repository at this point in the history
Resolve or ignore loc warnings
  • Loading branch information
AArnott authored Feb 7, 2023
2 parents 468d6ee + 42c4926 commit 0fe0cce
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stages:

- stage: Build
variables:
MSBuildTreatWarningsAsErrors: true
MSBuildTreatWarningsAsErrors: false # re-enable after LOC warnings have been resolved
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
BuildConfiguration: Release
NUGET_PACKAGES: $(Agent.TempDirectory)/.nuget/packages
Expand Down
7 changes: 7 additions & 0 deletions loc/lci/Microsoft.VisualStudio.Threading.Analyzers.dll.lci
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="Microsoft.VisualStudio.Threading.Analyzers.dll" PsrId="211" FileType="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<OwnedComments>
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
</OwnedComments>
</LCX>
7 changes: 7 additions & 0 deletions loc/lci/Microsoft.VisualStudio.Threading.dll.lci
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="Microsoft.VisualStudio.Threading.dll" PsrId="211" FileType="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<OwnedComments>
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
</OwnedComments>
</LCX>
7 changes: 7 additions & 0 deletions loc/lci/SosThreadingToolsManaged.dll.lci
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="SosThreadingToolsManaged.dll" PsrId="211" FileType="1" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx">
<OwnedComments>
<Cmt Name="LcxAdmin" />
<Cmt Name="Loc" />
</OwnedComments>
</LCX>

0 comments on commit 0fe0cce

Please sign in to comment.