Skip to content

Commit 857e02e

Browse files
committed
fix: Broken logo image
1 parent 27712db commit 857e02e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tab_width = unset
2424
trim_trailing_whitespace = false
2525

2626
# Code files
27-
[*.{cs,csx,vb,vbx}]
27+
[*.{cs,csx,vb,vbx,razor.cs}]
2828
indent_size = 4
2929
insert_final_newline = true
3030
charset = utf-8-bom
@@ -34,6 +34,7 @@ charset = utf-8-bom
3434
# See https://github.com/dotnet/aspnetcore/pull/23502 and https://github.com/dotnet/aspnetcore/issues/22753
3535
[*.{razor,cshtml}]
3636
charset = utf-8-bom
37+
indent_size = 4
3738

3839
# Generated code
3940
[*{_AssemblyInfo.cs,.notsupported.cs,.generated.cs}]
@@ -277,3 +278,6 @@ dotnet_diagnostic.SA1504.severity = none
277278
dotnet_diagnostic.SA1515.severity = none
278279
dotnet_diagnostic.SA1516.severity = none
279280

281+
# Support for NetEvolve.Arguments Methods
282+
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1062#null-check-validation-methods
283+
dotnet_code_quality.CA1062.null_check_validation_methods = M:NetEvolve.Arguments.Argument.ThrowIfNull(System.Object,System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNull(System.Void*,System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNullOrEmpty(System.String,System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNullOrEmpty``1(System.Collections.Generic.IEnumerable{``0},System.String)|M:NetEvolve.Arguments.Argument.ThrowIfNullOrWhiteSpace(System.String,System.String)

logo.png

-28.6 KB
Loading

0 commit comments

Comments
 (0)