rotor_
❔ Loading static data without Visual Studio
This is a very useful resource thank you! Although I've found an issue which I've isolated here
https://github.com/MarkPflug/Sylvan.BuildTools.Resources/issues/19
It's quite easy to work around, though
26 replies
❔ Loading static data without Visual Studio
After spending a while staring at this, I'm guessing this grabs the resource (which as already been encoded as a resx file using resgen) and then makes the resource accessible as a "class" under a generated namespace (which presumably intellisense sees?) within C#. And I'd have to duplicate the
StronglyTypedClassName
and EmbeddedResource
elements for each resource that I want to load? Or would I simply be able to insert them all into that Update
attribute on line 8?26 replies