dotnet / dotnet/arcade

Missing [assembly: AssemblyMetadata("Serviceable", "True")]

Open
#1,526 30 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.