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
Compiles and detects things, but throws the below at runtime.
Unhandled Exception: System.Exception: Exception raised by job ---> System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "LogStrings.resources" was correctly embedded or linked into assembly
This is because resources are now appear to be embedded as "Project.LogStrings.resources"
I know this wasn't the case before. I believe this is some sort of change in how things are being compiled/pulled in.
type private res = FSharp.Configuration.ResXProvider<file="LogStrings.resx">
Project.fsproj
Compiles and detects things, but throws the below at runtime.
This is because resources are now appear to be embedded as "Project.LogStrings.resources"
I know this wasn't the case before. I believe this is some sort of change in how things are being compiled/pulled in.
A workaround is
The text was updated successfully, but these errors were encountered: