BadEcho.ResourceCreator
1.0.7
See the version list below for details.
dotnet tool install --global BadEcho.ResourceCreator --version 1.0.7
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local BadEcho.ResourceCreator --version 1.0.7
#tool dotnet:?package=BadEcho.ResourceCreator&version=1.0.7
nuke :add-package BadEcho.ResourceCreator --version 1.0.7
Bad Echo Resource Creator
The BadEcho.ResourceCreator
tool is used to generate .resources files that contain files that we wish to bundle as resources for a program. The resulting .resources files created by this tool can be compiled as embedded resources and then loaded through the use of a ResourceManager
.
Visual Studio's built-in code generator for .resx files fails to function correctly when it comes to embedding audio resources. Manual creation of a .resources file with this tool allows the loading of audio assets by a program to be both possible and fairly simple.
This is a dotnet tool, with the command name resource-creator
.
This package exists to be used by specific Bad Echo applications, but is licensed under the GNU Affero General Public License so that others may enjoy it as well; see the accompanying license for details.
About Bad Echo
Bad Echo is a collection of software technologies and various writings by Matt Weber: a software designer, partnered Twitch streamer, and game developer.
While Bad Echo code concerns itself a great deal with the "best approaches" to general software problems, its ultimate focus and goal is to provide entertainment through the clever manipulation of games and the creation of new ones.
Getting in Contact
I'm a partnered Twitch streamer, and talking to me during one of my Omnified streams, on the off chance that I actually am streaming, is most definitely the quickest way to get my attention!
You may also reach me via email.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.