nblockchain / fsx

FSX is the ideal tool for people that use F# for their scripting needs.
MIT License
14 stars 5 forks source link

Fsdk: embedded resource func fix #28

Closed webwarrior-ws closed 1 year ago

webwarrior-ws commented 1 year ago

Fix in ExtractEmbeddedResourceFileContents function: use Assembly.GetCallingAssembly() for current assembly as GetExecutingAssembly() will return Fsdk assembly - that is not what the client code expects.