Missing [assembly: AssemblyMetadata("Serviceable", "True")]
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
If a project is serviceable and can potentially run on .NET Framework (i.e. targets net472, netstandard2.0, etc.) it should include the following assembly-level attribute.
``` csharp
[assembly: AssemblyMetadata("Serviceable", "True")]
```
cc @Eilon
Contributor guide
Assessment
This issue has not been assessed yet.