Ways to create resource in .NET 6

Yuhao Liu 21 Reputation points
2022-07-11T14:26:48.193+00:00

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?

Developer technologies .NET Other
Developer technologies .NET .NET CLI
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2022-07-11T15:15:36.79+00:00

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.