https://github.com/remora/remora.sdk
Remora MSBuild SDKs for .NET
https://github.com/remora/remora.sdk
Last synced: about 1 year ago
JSON representation
Remora MSBuild SDKs for .NET
- Host: GitHub
- URL: https://github.com/remora/remora.sdk
- Owner: Remora
- License: lgpl-3.0
- Created: 2022-08-13T15:58:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T16:39:00.000Z (over 1 year ago)
- Last Synced: 2025-04-16T09:58:53.636Z (about 1 year ago)
- Language: C#
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Remora.Sdk
==========
Remora.Sdk is a set of .NET MSBuild SDKs, developed for use with the various
projects under the Remora umbrella.
The SDKs focus on taking the out-of-the-box .NET experience and providing
stricter defaults for code style, nuget package information, target frameworks,
code inspections, and licensing.
Primarily, this boils down to adding a number of analyzers with extensive
configuration by default, setting up NuGet properties for open-source projects
(such as SourceLink, debug symbol generation, source distribution, etc), and
legal licensing boilerplate for your code.
Currently, two SDKs are defined by this project - [Remora.Sdk][1] and
[Remora.Tests.Sdk][2].
Remora.Sdk contains the base set of properties and packages, and should be used
for libraries and applications. Remora.Tests.Sdk extends Remora.Sdk with
packages and properties for unit test projects.
See the individual SDKs for more information about usage and requirements.
[1]: Remora.Sdk/README.md
[2]: Remora.Tests.Sdk/README.md