Skip to content

Commit 13096aa

Browse files
GitHubSync update
1 parent 0634d90 commit 13096aa

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

deployment/cake/generic-variables.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#l "buildserver.cake"
22

33
#tool "nuget:?package=GitVersion.CommandLine&version=5.12.0"
4-
#tool "nuget:?package=NuGet.CommandLine&version=7.0.0"
4+
#tool "nuget:?package=NuGet.CommandLine&version=7.0.1"
55

66
//-------------------------------------------------------------
77

deployment/cake/lib-signing.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#tool "dotnet:?package=AzureSignTool&version=7.0.0"
1+
#tool "dotnet:?package=AzureSignTool&version=7.0.1"
22
#tool "dotnet:?package=NuGetKeyVaultSignTool&version=3.2.3"
33

44
private static string _signToolFileName;

src/GlobalSuppressions.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System.Diagnostics.CodeAnalysis;
2+
3+
// This file is used by Code Analysis to maintain SuppressMessage
4+
// attributes that are applied to this project.
5+
// Project-level suppressions either have no target or are given
6+
// a specific target and scoped to a namespace, type, member, etc.
7+
8+
[assembly: SuppressMessage("WpfAnalyzers.DependencyProperties", "WPF1010:Property '[property]' must notify when value changes.", Justification = "Don't enforce this")]
9+
[assembly: SuppressMessage("WpfAnalyzers.DependencyProperties", "WPF1011:Implement INotifyPropertyChanged.", Justification = "Don't enforce this")]
10+
[assembly: SuppressMessage("Usage", "CA2255:The 'ModuleInitializer' attribute should not be used in libraries", Justification = "Used to register language resources and types", Scope = "member", Target = "~M:ModuleInitializer.Initialize")]

0 commit comments

Comments
 (0)