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
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Generate source for .resx files on build. (dotnet#3607)
* add build task to generate *.fs from *.resx files
* generate source for embedded resources in tests
* generate source for embedded resources in FSharp.Editor
* generate source for embedded resources in FSharp.LanguageService
* generate source for embedded resources in FSharp.ProjectSystem.FSharp
* generate source for embedded resources in FSharp.VS.FSI
* don't generate non-string resources when <=netstandard1.6
* update baseline error message for tests
The error output should be the exception message, not the exception type.
* perform up-to-date check before generating *.fs from *.resx
* remove non-idiomatic fold for an array comprehension
* correct newline replacement
* output more friendly error message
* throw if boolean value isn't explicitly `true` or `false`
* only generate object resource code on non `netstandard1.*` and `netcoreapp1.*` platforms
* ensure FSharp.Core specifies a target framework for resource generaton
* rename attributes to be non-ambiguous and properly include them
0 commit comments