Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andbaz committed Jan 5, 2024
1 parent 9e3b3c4 commit 483eba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ dotnet_diagnostic.IDE0079.severity = warning
# IDE0130: Namespace does not match folder structure
dotnet_diagnostic.IDE0130.severity = warning

# IDE0301: Simplify collection initialization
dotnet_style_prefer_collection_expression = false

# SA1309: Field names should not begin with underscore
dotnet_diagnostic.SA1309.severity = none

Expand Down
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project>
<PropertyGroup>
<Authors>andbaz</Authors>
<Copyright>Copyright © $([System.DateTime]::UtcNow.ToString(`yyyy`)) $(Authors). All rights reserved.</Copyright>
<Copyright>Copyright © 2023 - $([System.DateTime]::UtcNow.ToString(`yyyy`)) $(Authors). All rights reserved.</Copyright>
<Description>Configuration provider. Used to transform existing configuration values by pattern.</Description>
</PropertyGroup>

<PropertyGroup>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<AnalysisLevel>8.0-Recommended</AnalysisLevel>
Expand Down

0 comments on commit 483eba5

Please sign in to comment.