File tree Expand file tree Collapse file tree 4 files changed +42
-8
lines changed
Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ csharp_new_line_before_members_in_anonymous_types = true
9999# xUnit1013: Public method should be marked as test. Allows using records as test classes
100100dotnet_diagnostic.xUnit1013.severity = none
101101
102+ # CS9113: Parameter is unread (usually, ITestOutputHelper)
103+ dotnet_diagnostic.CS9113.severity = none
104+
102105# Default severity for analyzer diagnostics with category 'Style'
103106dotnet_analyzer_diagnostic.category-Style.severity = none
104107
Original file line number Diff line number Diff line change @@ -7,3 +7,34 @@ updates:
77 directory : /
88 schedule :
99 interval : daily
10+ groups :
11+ Azure :
12+ patterns :
13+ - " Azure*"
14+ - " Microsoft.Azure*"
15+ Identity :
16+ patterns :
17+ - " System.IdentityModel*"
18+ - " Microsoft.IdentityModel*"
19+ System :
20+ patterns :
21+ - " System*"
22+ exclude-patterns :
23+ - " System.IdentityModel*"
24+ Extensions :
25+ patterns :
26+ - " Microsoft.Extensions*"
27+ Web :
28+ patterns :
29+ - " Microsoft.AspNetCore*"
30+ Tests :
31+ patterns :
32+ - " Microsoft.NET.Tests*"
33+ - " xunit*"
34+ - " coverlet*"
35+ ThisAssembly :
36+ patterns :
37+ - " ThisAssembly*"
38+ ProtoBuf :
39+ patterns :
40+ - " protobuf-*"
Original file line number Diff line number Diff line change 2323 skip
2424[file ".editorconfig"]
2525 url = https://github.com/devlooped/oss/blob/main/.editorconfig
26- sha = fd5b554bf3538a3c92a0b49e395c8ad2e8429158
27- etag = bf02d1679442e5169d03304164b8e9407997ac3132145831a91ba61fc8b50687
26+ sha = c779d3d4e468358106dea03e93ba2cd35bb01ecb
27+ etag = 7298c6450967975a8782b5c74f3071e1910fc59686e48f9c9d5cd7c68213cf59
2828 weak
2929[file ".gitattributes"]
3030 url = https://github.com/devlooped/oss/blob/main/.gitattributes
3333 weak
3434[file ".github/dependabot.yml"]
3535 url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
36- sha = 4f070a477b4162a280f02722ae666376ae4fcc71
37- etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
36+ sha = 35ca3f3405452465058d89005f8a88a65847c377
37+ etag = f8080f8f04d87529e90d9a66751d304a7141196fb9734aa2d110784e52e66898
3838 weak
3939[file ".github/workflows/build.yml"]
4040 url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
9898 weak
9999[file "src/Directory.Build.targets"]
100100 url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
101- sha = 1514d15399a7d545ad92a0e9d57dc8295fdd6af8
102- etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb
101+ sha = 5cec43dd514aeb9050ea2ccbc546f7afa428c5b5
102+ etag = 8e0f43f00e0c29b408d4ce5c821b44a9bf7dbc8d4917895cfc39f2964d839bf6
103103 weak
104104[file "src/kzu.snk"]
105105 url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
Original file line number Diff line number Diff line change 4040 <!-- src-level will need explicit inclusion -->
4141 <None Include =" $(MSBuildThisFileDirectory)icon.png" Link =" icon.png" Visible =" false"
4242 Pack =" true" PackagePath =" %(Filename)%(Extension)"
43- Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)icon.png')" />
43+ Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)\ icon.png')" />
4444
4545 <None Include =" $(MSBuildThisFileDirectory)readme.md" Link =" readme.md"
4646 Pack =" true" PackagePath =" %(Filename)%(Extension)"
47- Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)readme.md')" />
47+ Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)\ readme.md')" />
4848 </ItemGroup >
4949
5050 <!-- Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets does this and is imported
You can’t perform that action at this time.
0 commit comments