Skip to content

Commit

Permalink
New SDK 7.0.302
Browse files Browse the repository at this point in the history
  and some unexpected noise
  • Loading branch information
SteveGilham committed May 18, 2023
1 parent 43775a1 commit 666e144
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.203'
dotnet-version: '7.0.302'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.203'
dotnet-version: '7.0.302'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down
6 changes: 6 additions & 0 deletions AltCover.UICommon/GuiCommon.fs
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,10 @@ module GuiCommon =
Target = "AltCover.GuiCommon+MethodKey.#NameSpace",
MessageId = "NameSpace",
Justification = "Compound of two words")>]
[<assembly: SuppressMessage("Microsoft.Naming",
"CA1703:ResourceStringsShouldBeSpelledCorrectly",
Scope="resource",
Target="AltCover.UICommon.Resource.resources",
MessageId="json",
Justification="Standard file type")>]
()
2 changes: 2 additions & 0 deletions Build/targets.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,8 @@ module Targets =

let standardRules =
[ "-Microsoft.Design#CA1020" // small namespaces
"-Microsoft.Naming#CA1702" // compound naming pedantry
"-Microsoft.Naming#CA1704" // spelling pedantry
"-Microsoft.Usage#CA2243" ] // :AttributeStringLiteralsShouldParseCorrectly"

let minimalRules =
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.203",
"version": "7.0.302",
"rollForward": "latestMinor"
}
}

0 comments on commit 666e144

Please sign in to comment.