SkillAgentSearch skills...

AssemblyInfoGenerationSdk

Extracts .NET SDK AssemblyInfo.cs generation into an SDK for use in legacy project types

Install / Use

/learn @dasMulli/AssemblyInfoGenerationSdk
About this skill

Quality Score

0/100

Supported Platforms

Universal

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 from your project file (.csproj / .vbproj):

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Sdk Name="DasMulli.AssemblyInfoGeneration.Sdk" Version="1.0.0" />
…
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated2y ago
Forks0

Languages

C#

Security Score

70/100

Audited on Aug 29, 2023

No findings