You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Fix issuedotnet#3139,- Make sure the warning is triggered always (not only when AssemblyVersionAttribute is present)- Make sure warning can be disabled via #nowarn 2003- Include the correct range of the problematic string* add missing test-files.* edit existing tests* do not use full-qualified type name when reporting errors (as it was previously).* use full name and wait for feedback* Add comments as suggested.* Change warning message slightly as suggested by@dsyme .* Fix english localization.* update test
2003,fscBadAssemblyVersion,"An %s specified version '%s', but this value is invalid and has been ignored"
1116
+
2003,fscBadAssemblyVersion,"The attribute %s specified version '%s', but this value is invalid and has been ignored"
1117
1117
2004,fscTwoResourceManifests,"Conflicting options specified: 'win32manifest' and 'win32res'. Only one of these can be used."
1118
1118
2005,fscQuotationLiteralsStaticLinking,"The code in assembly '%s' makes uses of quotation literals. Static linking may not include components that make use of quotation literals unless all assemblies are compiled with at least F# 4.0."
1119
1119
2006,fscQuotationLiteralsStaticLinking0,"Code in this assembly makes uses of quotation literals. Static linking may not include components that make use of quotation literals unless all assemblies are compiled with at least F# 4.0."