Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasmulli/assemblyinfogenerationsdk
Extracts .NET SDK AssemblyInfo.cs generation into an SDK for use in legacy project types
https://github.com/dasmulli/assemblyinfogenerationsdk
Last synced: about 1 month ago
JSON representation
Extracts .NET SDK AssemblyInfo.cs generation into an SDK for use in legacy project types
- Host: GitHub
- URL: https://github.com/dasmulli/assemblyinfogenerationsdk
- Owner: dasMulli
- License: mit
- Created: 2018-08-15T02:16:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T18:24:41.000Z (about 6 years ago)
- Last Synced: 2024-10-06T10:16:13.593Z (about 2 months ago)
- Language: C#
- Size: 51.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AssemblyInfoGenerationSdk
Generates assembly attributes ("AssemblyInfo.cs") based on MSBuild properties for classic .NET project types (classic ASP.NET, WPF, WinForms, Console, ...) similar to .NET Core and .NET Standard project.
It containes isolated copies of the `Microsoft.NET.Sdk` build logic and uses MSBuild task dependency isolation logic by @AArnott to do this in a compatible and non-conflicting way.
## Usage
Use this in your favourite project by [referencing it as MSBuild Project SDK](https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk) from your project file (`.csproj` / `.vbproj`):
```xml
…
```