Skip to content
Merged

Dev #206

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ dotnet_diagnostic.RCS1267.severity = none

# IDE0270: Null check can be simplified
dotnet_diagnostic.IDE0270.severity = none
dotnet_diagnostic.RCS1021.severity = silent

[*.vb]
# Modifier preferences
Expand Down
1 change: 0 additions & 1 deletion FizzCode.EtLast.sln
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{5CCA0F47-1041-4C52-84D1-1A84297FAD79}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dev-test.yml = .github\workflows\dev-test.yml
.github\workflows\main-release.yml = .github\workflows\main-release.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EtLast.AdoNet.Db2", "EtLast.AdoNet.Db2\EtLast.AdoNet.Db2.csproj", "{B289D2D8-EFBA-449C-82E8-DAC04484C674}"
Expand Down