Skip to content

Commit

Permalink
chore: Nuget update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkallesen committed Mar 11, 2024
1 parent 62acc2c commit 4ef7404
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 26 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,11 @@ dotnet_diagnostic.IDE0079.severity = none # dotnet_remove_unnecessary_

dotnet_diagnostic.MA0134.severity = none # Observe result of async calls

dotnet_diagnostic.S2629.severity = none # Don't use string interpolation in logging message templates.
dotnet_diagnostic.S3267.severity = none # Loops should be simplified with 'LINQ' expressions
dotnet_diagnostic.S4487.severity = none # Remove this unread private field
dotnet_diagnostic.S6602.severity = none # "Find" method should be used instead of the "FirstOrDefault"
dotnet_diagnostic.S6605.severity = none # Collection-specific "Exists" method should be used instead of the "Any"
dotnet_diagnostic.S6667.severity = none # Logging in a catch clause should pass the caught exception as a parameter.

dotnet_diagnostic.SCS0006.severity = none # Do Not Use Broken Cryptographic Algorithms - Its ok, only using to calculate a file-hash
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<PackageReference Include="Meziantou.Analyzer" Version="2.0.145" PrivateAssets="All" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" PrivateAssets="All" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="All" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.20.0.85982" PrivateAssets="All" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="9.21.0.86780" PrivateAssets="All" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions src/Atc.Installer.Wpf.App/Atc.Installer.Wpf.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Atc.Wpf" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.424" />
<PackageReference Include="Atc.Wpf" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.468" />
<PackageReference Include="ClosedXML" Version="0.104.0-preview2" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Atc.Wpf" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.424" />
<PackageReference Include="Atc.Wpf" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.468" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Atc.Wpf" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.424" />
<PackageReference Include="Atc.Wpf" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.468" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Atc.Wpf" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.424" />
<PackageReference Include="Atc.Wpf" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.468" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Atc.Wpf" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.424" />
<PackageReference Include="Atc.Wpf" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.468" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

<ItemGroup>
<PackageReference Include="Atc" Version="2.0.433" />
<PackageReference Include="Atc.Wpf" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.424" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.424" />
<PackageReference Include="Atc.Wpf" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Controls" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.FontIcons" Version="2.0.468" />
<PackageReference Include="Atc.Wpf.Theming" Version="2.0.468" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion src/Atc.Installer.Wpf.ComponentProvider/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
global using Atc.Wpf.Mvvm;

global using Microsoft.Extensions.Logging;
global using Microsoft.Extensions.Logging.Abstractions;
global using Microsoft.Extensions.Logging.Abstractions;
global using Microsoft.Win32;

0 comments on commit 4ef7404

Please sign in to comment.