1- using System . Diagnostics . CodeAnalysis ;
2-
3- [ assembly: SuppressMessage ( "Microsoft.Performance" , "CA1822:MarkMembersAsStatic" , Scope = "member" , Target = "GitHub.ViewModels.CreateRepoViewModel.#ResetState()" ) ]
4- [ assembly: SuppressMessage ( "Microsoft.Naming" , "CA1703:ResourceStringsShouldBeSpelledCorrectly" , MessageId = "Git" , Scope = "resource" , Target = "GitHub.Resources.resources" ) ]
5- [ assembly: SuppressMessage ( "Microsoft.Performance" , "CA1800:DoNotCastUnnecessarily" , Scope = "member" , Target = "GitHub.Caches.CredentialCache.#InsertObject`1(System.String,!!0,System.Nullable`1<System.DateTimeOffset>)" ) ]
6- [ assembly: SuppressMessage ( "Microsoft.Naming" , "CA1703:ResourceStringsShouldBeSpelledCorrectly" , MessageId = "Git" , Scope = "resource" , Target = "GitHub.App.Resources.resources" ) ]
7- [ assembly: SuppressMessage ( "Microsoft.Globalization" , "CA1305:SpecifyIFormatProvider" , MessageId = "System.String.Format(System.String,System.Object,System.Object,System.Object)" , Scope = "member" , Target = "GitHub.Services.PullRequestService.#CreateTempFile(System.String,System.String,System.String)" ) ]
8- [ assembly: SuppressMessage ( "Microsoft.Globalization" , "CA1305:SpecifyIFormatProvider" , MessageId = "System.String.Format(System.String,System.Object,System.Object,System.Object)" , Scope = "member" , Target = "GitHub.Services.PullRequestService.#CreateTempFile(System.String,System.String,System.String,System.Text.Encoding)" ) ]
9-
101// This file is used by Code Analysis to maintain SuppressMessage
112// attributes that are applied to this project.
123// Project-level suppressions either have no target or are given
167// Code Analysis results, point to "Suppress Message", and click
178// "In Suppression File".
189// You do not need to add suppressions to this file manually.
10+
11+ using System . Diagnostics . CodeAnalysis ;
12+
13+ [ assembly: SuppressMessage ( "Microsoft.Performance" , "CA1822:MarkMembersAsStatic" , Scope = "member" , Target = "GitHub.ViewModels.CreateRepoViewModel.#ResetState()" ) ]
14+ [ assembly: SuppressMessage ( "Microsoft.Naming" , "CA1703:ResourceStringsShouldBeSpelledCorrectly" , MessageId = "Git" , Scope = "resource" , Target = "GitHub.Resources.resources" ) ]
15+ [ assembly: SuppressMessage ( "Microsoft.Performance" , "CA1800:DoNotCastUnnecessarily" , Scope = "member" , Target = "GitHub.Caches.CredentialCache.#InsertObject`1(System.String,!!0,System.Nullable`1<System.DateTimeOffset>)" ) ]
16+ [ assembly: SuppressMessage ( "Microsoft.Naming" , "CA1703:ResourceStringsShouldBeSpelledCorrectly" , MessageId = "Git" , Scope = "resource" , Target = "GitHub.App.Resources.resources" ) ]
17+ [ assembly: SuppressMessage ( "Microsoft.Globalization" , "CA1305:SpecifyIFormatProvider" , MessageId = "System.String.Format(System.String,System.Object,System.Object,System.Object)" , Scope = "member" , Target = "GitHub.Services.PullRequestService.#CreateTempFile(System.String,System.String,System.String)" ) ]
18+ [ assembly: SuppressMessage ( "Microsoft.Globalization" , "CA1305:SpecifyIFormatProvider" , MessageId = "System.String.Format(System.String,System.Object,System.Object,System.Object)" , Scope = "member" , Target = "GitHub.Services.PullRequestService.#CreateTempFile(System.String,System.String,System.String,System.Text.Encoding)" ) ]
19+ [ assembly: SuppressMessage ( "Reliability" , "CA2007:Do not directly await a Task" , Justification = "Discouraged for VSSDK projects." ) ]
0 commit comments