S
S
Space Purr2020-01-29 09:41:58
C++ / C#
Space Purr, 2020-01-29 09:41:58

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

2 answer(s)
S
Stanislav Makarov, 2020-01-29
@SpacePurr

- 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

V
Vladimir Korotenko, 2020-02-10
@firedragon

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 question

Ask a Question

731 491 924 answers to any question