Answer the question
In order to leave comments, you need to log in
Correct build of c# project?
Hello.
What are the guidelines and rules for building a project and releasing an application as a full-fledged product that can be sold?
Is it enough to describe the standard attributes in the AssemblyInfo.cs file and set the configuration to Release, do I need to sign the assembly, and what do I need to know about building the project?
Sincerely,
novice builder.
Thank you.
Answer the question
In order to leave comments, you need to log in
- strong name and electronic signature - it is not necessary to give a strong name, but it would be useful to sign;
- there is a lot more to do if you plan to collect crash dumps;
- the installer is also a separate story
Macs have a fairly detailed guide on how to get the "Windows 10 compatible" badge.
Actually, everything is described there step by step
https://developer.microsoft.com/en-us/windows/app-...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question