Skip to content

Commit 92250f8

Browse files
committed
Cleanup Microsoft.CodeAnalysis resources
1 parent 57a26b5 commit 92250f8

14 files changed

+0
-1632
lines changed

src/Compilers/Core/Portable/CodeAnalysisResources.resx

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<data name="OutputKindNotSupported" xml:space="preserve">
121121
<value>Output kind not supported.</value>
122122
</data>
123-
<data name="PathReturnedByResolveMetadataFileMustBeAbsolute" xml:space="preserve">
124-
<value>Path returned by {0}.ResolveMetadataFile must be absolute: '{1}'</value>
125-
</data>
126123
<data name="AssemblyMustHaveAtLeastOneModule" xml:space="preserve">
127124
<value>Assembly must have at least one module.</value>
128125
</data>
@@ -195,9 +192,6 @@
195192
<data name="SizeHasToBePositive" xml:space="preserve">
196193
<value>Size has to be positive.</value>
197194
</data>
198-
<data name="AssemblyFileNotFound" xml:space="preserve">
199-
<value>Assembly file not found</value>
200-
</data>
201195
<data name="CannotEmbedInteropTypesFromModule" xml:space="preserve">
202196
<value>Can't embed interop types from module.</value>
203197
</data>
@@ -207,15 +201,6 @@
207201
<data name="InvalidAlias" xml:space="preserve">
208202
<value>Invalid alias.</value>
209203
</data>
210-
<data name="GetMetadataMustReturnInstance" xml:space="preserve">
211-
<value>{0}.GetMetadata() must return an instance of {1}.</value>
212-
</data>
213-
<data name="Value_too_large_to_be_represented_as_a_30_bit_unsigned_integer" xml:space="preserve">
214-
<value>Value too large to be represented as a 30 bit unsigned integer.</value>
215-
</data>
216-
<data name="Arrays_with_more_than_one_dimension_cannot_be_serialized" xml:space="preserve">
217-
<value>Arrays with more than one dimension cannot be serialized.</value>
218-
</data>
219204
<data name="InvalidAssemblyName" xml:space="preserve">
220205
<value>Invalid assembly name: '{0}'</value>
221206
</data>
@@ -228,9 +213,6 @@
228213
<data name="NullValueInPathMap" xml:space="preserve">
229214
<value>A value in the pathMap is null.</value>
230215
</data>
231-
<data name="CompilationOptionsMustNotHaveErrors" xml:space="preserve">
232-
<value>Compilation options must not have errors.</value>
233-
</data>
234216
<data name="ReturnTypeCannotBeValuePointerbyRefOrOpen" xml:space="preserve">
235217
<value>Return type can't be a value type, pointer, by-ref or open generic type</value>
236218
</data>
@@ -267,18 +249,9 @@
267249
<data name="FileNotFound" xml:space="preserve">
268250
<value>File not found.</value>
269251
</data>
270-
<data name="PathReturnedByResolveStrongNameKeyFileMustBeAbsolute" xml:space="preserve">
271-
<value>Path returned by {0}.ResolveStrongNameKeyFile must be absolute: '{1}'</value>
272-
</data>
273-
<data name="TypeMustBeASubclassOfSyntaxAnnotation" xml:space="preserve">
274-
<value>type must be a subclass of SyntaxAnnotation.</value>
275-
</data>
276252
<data name="InvalidModuleName" xml:space="preserve">
277253
<value>Invalid module name specified in metadata module '{0}': '{1}'</value>
278254
</data>
279-
<data name="FileSizeExceedsMaximumAllowed" xml:space="preserve">
280-
<value>File size exceeds maximum allowed size of a valid metadata file.</value>
281-
</data>
282255
<data name="NameCannotBeNull" xml:space="preserve">
283256
<value>Name cannot be null.</value>
284257
</data>
@@ -306,18 +279,12 @@
306279
<data name="InvalidContentType" xml:space="preserve">
307280
<value>Invalid content type</value>
308281
</data>
309-
<data name="ExpectedNonEmptyPublicKey" xml:space="preserve">
310-
<value>Expected non-empty public key</value>
311-
</data>
312282
<data name="InvalidSizeOfPublicKeyToken" xml:space="preserve">
313283
<value>Invalid size of public key token.</value>
314284
</data>
315285
<data name="InvalidCharactersInAssemblyName" xml:space="preserve">
316286
<value>Invalid characters in assembly name</value>
317287
</data>
318-
<data name="InvalidCharactersInAssemblyCultureName" xml:space="preserve">
319-
<value>Invalid characters in assembly culture name</value>
320-
</data>
321288
<data name="StreamMustSupportReadAndSeek" xml:space="preserve">
322289
<value>Stream must support read and seek operations.</value>
323290
</data>
@@ -339,9 +306,6 @@
339306
<data name="IncludingPrivateMembersUnexpectedWhenEmittingToMetadataPeStream" xml:space="preserve">
340307
<value>Including private members should not be used when emitting to the secondary assembly output.</value>
341308
</data>
342-
<data name="MustIncludePrivateMembersUnlessRefAssembly" xml:space="preserve">
343-
<value>Must include private members unless emitting a ref assembly.</value>
344-
</data>
345309
<data name="EmbeddingPdbUnexpectedWhenEmittingMetadata" xml:space="preserve">
346310
<value>Embedding PDB is not allowed when emitting metadata.</value>
347311
</data>
@@ -378,18 +342,12 @@
378342
<data name="WinRTIdentityCantBeRetargetable" xml:space="preserve">
379343
<value>WindowsRuntime identity can't be retargetable</value>
380344
</data>
381-
<data name="PEImageNotAvailable" xml:space="preserve">
382-
<value>PE image not available.</value>
383-
</data>
384345
<data name="AssemblySigningNotSupported" xml:space="preserve">
385346
<value>Assembly signing not supported.</value>
386347
</data>
387348
<data name="XmlReferencesNotSupported" xml:space="preserve">
388349
<value>References to XML documents are not supported.</value>
389350
</data>
390-
<data name="FailedToResolveRuleSetName" xml:space="preserve">
391-
<value>Could not locate the rule set file '{0}'.</value>
392-
</data>
393351
<data name="InvalidRuleSetInclude" xml:space="preserve">
394352
<value>An error occurred while loading the included rule set file {0} - {1}</value>
395353
</data>
@@ -468,15 +426,6 @@
468426
<data name="SupportedSuppressionsHasNullDescriptor" xml:space="preserve">
469427
<value>Analyzer '{0}' contains a null descriptor in its 'SupportedSuppressions'.</value>
470428
</data>
471-
<data name="The_type_0_is_not_understood_by_the_serialization_binder" xml:space="preserve">
472-
<value>The type '{0}' is not understood by the serialization binder.</value>
473-
</data>
474-
<data name="Cannot_deserialize_type_0" xml:space="preserve">
475-
<value>Cannot deserialize type '{0}'.</value>
476-
</data>
477-
<data name="Cannot_serialize_type_0" xml:space="preserve">
478-
<value>Cannot serialize type '{0}'.</value>
479-
</data>
480429
<data name="InvalidNodeToTrack" xml:space="preserve">
481430
<value>Node to track is not a descendant of the root.</value>
482431
</data>
@@ -616,30 +565,15 @@
616565
<data name="EmbeddedTextsRequirePdb" xml:space="preserve">
617566
<value>Embedded texts are only supported when emitting a PDB.</value>
618567
</data>
619-
<data name="TheStreamCannotBeWrittenTo" xml:space="preserve">
620-
<value>The stream cannot be written to.</value>
621-
</data>
622568
<data name="ElementIsExpected" xml:space="preserve">
623569
<value>element is expected</value>
624570
</data>
625571
<data name="SeparatorIsExpected" xml:space="preserve">
626572
<value>separator is expected</value>
627573
</data>
628-
<data name="TheStreamCannotBeReadFrom" xml:space="preserve">
629-
<value>The stream cannot be read from.</value>
630-
</data>
631-
<data name="Deserialization_reader_for_0_read_incorrect_number_of_values" xml:space="preserve">
632-
<value>Deserialization reader for '{0}' read incorrect number of values.</value>
633-
</data>
634-
<data name="Stream_contains_invalid_data" xml:space="preserve">
635-
<value>Stream contains invalid data</value>
636-
</data>
637574
<data name="InvalidDiagnosticSpanReported" xml:space="preserve">
638575
<value>Reported diagnostic '{0}' has a source location '{1}' in file '{2}', which is outside of the given file.</value>
639576
</data>
640-
<data name="ExceptionEnablingMulticoreJit" xml:space="preserve">
641-
<value>Warning: Could not enable multicore JIT due to exception: {0}.</value>
642-
</data>
643577
<data name="NotARootOperation" xml:space="preserve">
644578
<value>Given operation has a non-null parent.</value>
645579
</data>
@@ -658,12 +592,6 @@
658592
<data name="OperationMustNotBeControlFlowGraphPart" xml:space="preserve">
659593
<value>The provided operation must not be part of a Control Flow Graph.</value>
660594
</data>
661-
<data name="A_language_name_cannot_be_specified_for_this_option" xml:space="preserve">
662-
<value>A language name cannot be specified for this option.</value>
663-
</data>
664-
<data name="A_language_name_must_be_specified_for_this_option" xml:space="preserve">
665-
<value>A language name must be specified for this option.</value>
666-
</data>
667595
<data name="WRN_InvalidSeverityInAnalyzerConfig" xml:space="preserve">
668596
<value>The diagnostic '{0}' was given an invalid severity '{1}' in the analyzer config file at '{2}'.</value>
669597
</data>

0 commit comments

Comments
 (0)