Table of contents
- Proj0200: Define the project packability explicitly
- Proj0201: Define the project version explicitly
- Proj0202: Define the project description explicitly
- Proj0203: Define the project authors explicitly
- Proj0204: Define the project tags explicitly
- Proj0205: Define the project repository URL explicitly
- Proj0206: Define the project URL explicitly
- Proj0207: Define the project copyright explicitly
- Proj0208: Define the project release notes explicitly
- Proj0209: Define the project readme file explicitly
- Proj0210: Define the project license explicitly
- Proj0211: Avoid using deprecated license definition
- Proj0212: Define the project icon file explicitly
- Proj0213: Define the project icon URL explicitly
- Proj0214: Define the NuGet project ID explicitly
- Proj0215: Provide a compliant NuGet package icon
- Proj0216: Define the product name explicitly
- Proj0240: Enable package validation
- Proj0241: Enable package baseline validation
- Proj0242: Generate NuGet packages conditionally
- Proj0243: Generate software bill of materials
- Proj0244: Generate documentation file
- Proj0245: Don’t mix Version and VersionPrefix/VersionSuffix
- Proj0246: Define VersionPrefix if VersionSuffix is defined
- Proj0600: Avoid generating packages on build if not packable