Skip to content

Commit

Permalink
Merge pull request #180 from HakamFostok/main
Browse files Browse the repository at this point in the history
Add AnalyzerWarningCodes
  • Loading branch information
mhutch authored Mar 29, 2024
2 parents 669f75d + a8e1d82 commit e2b1120
Show file tree
Hide file tree
Showing 3 changed files with 1,288 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MonoDevelop.MSBuild/Schema/BuiltInSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ static MSBuildSchema Load (BuiltInSchemaId[] schemaIds, out IList<MSBuildSchemaL
([ BuiltInSchemaId.CommonTargets ], null, "Microsoft.Common.targets"),
([ BuiltInSchemaId.Cpp ], null, "Microsoft.Cpp.targets"),
([ BuiltInSchemaId.CSharp,
BuiltInSchemaId.CSharpWarningCodes ], null, "Microsoft.CSharp.CurrentVersion.targets"),
BuiltInSchemaId.CSharpWarningCodes,
BuiltInSchemaId.AnalyzerWarningCodes], null, "Microsoft.CSharp.CurrentVersion.targets"),
([ BuiltInSchemaId.ILLink ], null, "Microsoft.NET.ILLink.targets"),
([ BuiltInSchemaId.NetSdk ], "Microsoft.NET.Sdk", sdkTargets),
([ BuiltInSchemaId.NuGet ], null, "NuGet.targets"),
Expand Down
1 change: 1 addition & 0 deletions MonoDevelop.MSBuild/Schema/BuiltInSchemaId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ enum BuiltInSchemaId
Cpp,
CSharp,
CSharpWarningCodes,
AnalyzerWarningCodes,
ILLink,
NetSdk,
NuGet,
Expand Down
Loading

0 comments on commit e2b1120

Please sign in to comment.