@@ -27,180 +27,180 @@ public static CultureInfo Culture
2727 Keys . Culture = value ;
2828 }
2929 }
30-
30+
3131
3232 public static string CredentialsServiceInvalidCriticalHandle
3333 {
3434 get
3535 {
3636 return Keys . GetString ( Keys . CredentialsServiceInvalidCriticalHandle ) ;
3737 }
38- }
38+ }
3939
4040 public static string CredentialsServicePasswordLengthExceeded
4141 {
4242 get
4343 {
4444 return Keys . GetString ( Keys . CredentialsServicePasswordLengthExceeded ) ;
4545 }
46- }
46+ }
4747
4848 public static string CredentialsServiceTargetForDelete
4949 {
5050 get
5151 {
5252 return Keys . GetString ( Keys . CredentialsServiceTargetForDelete ) ;
5353 }
54- }
54+ }
5555
5656 public static string CredentialsServiceTargetForLookup
5757 {
5858 get
5959 {
6060 return Keys . GetString ( Keys . CredentialsServiceTargetForLookup ) ;
6161 }
62- }
62+ }
6363
6464 public static string CredentialServiceWin32CredentialDisposed
6565 {
6666 get
6767 {
6868 return Keys . GetString ( Keys . CredentialServiceWin32CredentialDisposed ) ;
6969 }
70- }
70+ }
7171
7272 public static string ServiceAlreadyRegistered
7373 {
7474 get
7575 {
7676 return Keys . GetString ( Keys . ServiceAlreadyRegistered ) ;
7777 }
78- }
78+ }
7979
8080 public static string MultipleServicesFound
8181 {
8282 get
8383 {
8484 return Keys . GetString ( Keys . MultipleServicesFound ) ;
8585 }
86- }
86+ }
8787
8888 public static string IncompatibleServiceForExtensionLoader
8989 {
9090 get
9191 {
9292 return Keys . GetString ( Keys . IncompatibleServiceForExtensionLoader ) ;
9393 }
94- }
94+ }
9595
9696 public static string ServiceProviderNotSet
9797 {
9898 get
9999 {
100100 return Keys . GetString ( Keys . ServiceProviderNotSet ) ;
101101 }
102- }
102+ }
103103
104104 public static string ServiceNotFound
105105 {
106106 get
107107 {
108108 return Keys . GetString ( Keys . ServiceNotFound ) ;
109109 }
110- }
110+ }
111111
112112 public static string ServiceNotOfExpectedType
113113 {
114114 get
115115 {
116116 return Keys . GetString ( Keys . ServiceNotOfExpectedType ) ;
117117 }
118- }
118+ }
119119
120120 public static string HostingUnexpectedEndOfStream
121121 {
122122 get
123123 {
124124 return Keys . GetString ( Keys . HostingUnexpectedEndOfStream ) ;
125125 }
126- }
126+ }
127127
128128 public static string HostingHeaderMissingColon
129129 {
130130 get
131131 {
132132 return Keys . GetString ( Keys . HostingHeaderMissingColon ) ;
133133 }
134- }
134+ }
135135
136136 public static string HostingHeaderMissingContentLengthHeader
137137 {
138138 get
139139 {
140140 return Keys . GetString ( Keys . HostingHeaderMissingContentLengthHeader ) ;
141141 }
142- }
142+ }
143143
144144 public static string HostingHeaderMissingContentLengthValue
145145 {
146146 get
147147 {
148148 return Keys . GetString ( Keys . HostingHeaderMissingContentLengthValue ) ;
149149 }
150- }
150+ }
151151
152152 [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ( ) ]
153153 public class Keys
154154 {
155155 static ResourceManager resourceManager = new ResourceManager ( "Microsoft.SqlTools.Hosting.Localization.SR" , typeof ( SR ) . GetTypeInfo ( ) . Assembly ) ;
156156
157157 static CultureInfo _culture = null ;
158-
159-
160- public const string CredentialsServiceInvalidCriticalHandle = "CredentialsServiceInvalidCriticalHandle" ;
161-
162-
163- public const string CredentialsServicePasswordLengthExceeded = "CredentialsServicePasswordLengthExceeded" ;
164-
165-
166- public const string CredentialsServiceTargetForDelete = "CredentialsServiceTargetForDelete" ;
167-
168-
169- public const string CredentialsServiceTargetForLookup = "CredentialsServiceTargetForLookup" ;
170-
171-
172- public const string CredentialServiceWin32CredentialDisposed = "CredentialServiceWin32CredentialDisposed" ;
173-
174-
175- public const string ServiceAlreadyRegistered = "ServiceAlreadyRegistered" ;
176-
177-
178- public const string MultipleServicesFound = "MultipleServicesFound" ;
179-
180-
181- public const string IncompatibleServiceForExtensionLoader = "IncompatibleServiceForExtensionLoader" ;
182-
183-
184- public const string ServiceProviderNotSet = "ServiceProviderNotSet" ;
185-
186-
187- public const string ServiceNotFound = "ServiceNotFound" ;
188-
189-
190- public const string ServiceNotOfExpectedType = "ServiceNotOfExpectedType" ;
191-
192-
193- public const string HostingUnexpectedEndOfStream = "HostingUnexpectedEndOfStream" ;
194-
195-
196- public const string HostingHeaderMissingColon = "HostingHeaderMissingColon" ;
197-
198-
199- public const string HostingHeaderMissingContentLengthHeader = "HostingHeaderMissingContentLengthHeader" ;
200-
201-
202- public const string HostingHeaderMissingContentLengthValue = "HostingHeaderMissingContentLengthValue" ;
203-
158+
159+
160+ public const string CredentialsServiceInvalidCriticalHandle = "CredentialsServiceInvalidCriticalHandle" ;
161+
162+
163+ public const string CredentialsServicePasswordLengthExceeded = "CredentialsServicePasswordLengthExceeded" ;
164+
165+
166+ public const string CredentialsServiceTargetForDelete = "CredentialsServiceTargetForDelete" ;
167+
168+
169+ public const string CredentialsServiceTargetForLookup = "CredentialsServiceTargetForLookup" ;
170+
171+
172+ public const string CredentialServiceWin32CredentialDisposed = "CredentialServiceWin32CredentialDisposed" ;
173+
174+
175+ public const string ServiceAlreadyRegistered = "ServiceAlreadyRegistered" ;
176+
177+
178+ public const string MultipleServicesFound = "MultipleServicesFound" ;
179+
180+
181+ public const string IncompatibleServiceForExtensionLoader = "IncompatibleServiceForExtensionLoader" ;
182+
183+
184+ public const string ServiceProviderNotSet = "ServiceProviderNotSet" ;
185+
186+
187+ public const string ServiceNotFound = "ServiceNotFound" ;
188+
189+
190+ public const string ServiceNotOfExpectedType = "ServiceNotOfExpectedType" ;
191+
192+
193+ public const string HostingUnexpectedEndOfStream = "HostingUnexpectedEndOfStream" ;
194+
195+
196+ public const string HostingHeaderMissingColon = "HostingHeaderMissingColon" ;
197+
198+
199+ public const string HostingHeaderMissingContentLengthHeader = "HostingHeaderMissingContentLengthHeader" ;
200+
201+
202+ public const string HostingHeaderMissingContentLengthValue = "HostingHeaderMissingContentLengthValue" ;
203+
204204
205205 private Keys ( )
206206 { }
@@ -221,7 +221,7 @@ public static string GetString(string key)
221221 {
222222 return resourceManager . GetString ( key , _culture ) ;
223223 }
224-
225- }
226- }
227- }
224+
225+ }
226+ }
227+ }
0 commit comments