File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ dotnet_diagnostic.CA1018.severity = warning
87
87
dotnet_diagnostic.CA1047.severity = warning
88
88
89
89
# CA1305: Specify IFormatProvider
90
- dotnet_diagnostic.CA1305.severity = warning
90
+ # TODO: Renable as warning after https://github.com/dotnet/roslyn-analyzers/issues/6746 is resolved
91
+ dotnet_diagnostic.CA1305.severity = suggestion
91
92
92
93
# CA1507: Use nameof to express symbol names
93
94
dotnet_diagnostic.CA1507.severity = warning
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 8.0.100-preview.7.23321.23 "
3
+ "version" : " 8.0.100-preview.7.23356.6 "
4
4
},
5
5
"tools" : {
6
- "dotnet" : " 8.0.100-preview.7.23321.23 " ,
6
+ "dotnet" : " 8.0.100-preview.7.23356.6 " ,
7
7
"runtimes" : {
8
8
"dotnet/x86" : [
9
9
" $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
You can’t perform that action at this time.
0 commit comments