see documentation for command line support:
https://learn.microsoft.com/en-us/dotnet/core/extensions/create-resource-files
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm currently creating a app using opengl and want to embed some image and texture resources into it. I've read documents about ways to embed resources into assembly using resgen.exe and visual studio. But since it's .NET 6 now and I'm on Linux where there's no Visual Studio for me to use, is there a way to use the dotnet cli or .csproj to do such thing?
see documentation for command line support:
https://learn.microsoft.com/en-us/dotnet/core/extensions/create-resource-files