StrongNamer 0.0.2
See the version list below for details.
Requires NuGet 2.7.2 or higher.
Install-Package StrongNamer -Version 0.0.2
dotnet add package StrongNamer --version 0.0.2
<PackageReference Include="StrongNamer" Version="0.0.2" />
paket add StrongNamer --version 0.0.2
#r "nuget: StrongNamer, 0.0.2"
// Install StrongNamer as a Cake Addin
#addin nuget:?package=StrongNamer&version=0.0.2
// Install StrongNamer as a Cake Tool
#tool nuget:?package=StrongNamer&version=0.0.2
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name. This will allow you to reference and use NuGet packages with assemblies which are not strong named from your projects that do use a strong name.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (18)
Showing the top 5 NuGet packages that depend on StrongNamer:
Package | Downloads |
---|---|
Rookout
Rookout is a .NET package that supports on the fly debugging and data extraction from .NET applications in production. |
|
Beef.Events
Business Entity Execution Framework (Beef) Events framework. |
|
SecureExchanges
To secure your transfert, you need a Secure Exchanges licence. Trial are available. Please contact us for help at support@secure-exchanges.com |
|
Rixian.Extensions.AspNetCore.DataProtection
Data Protection extensions for Asp.Net Core. |
|
Shs.Starling.Core
Core components for Simplicity Health Systems Starling apps |
GitHub repositories (15)
Showing the top 5 popular GitHub repositories that depend on StrongNamer:
Repository | Stars |
---|---|
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
|
|
filipw/dotnet-script
Run C# scripts from the .NET CLI.
|
|
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
|
|
AzureAD/microsoft-authentication-library-for-dotnet
Microsoft Authentication Library (MSAL) for .NET
|
|
dnGrep/dnGrep
Graphical GREP tool for Windows
|
- Fix issue rewriting assemblies when some of the assembly references can't be resolved
- Fix issue with XAML compilation
- Support MSBuild 4.0 and higher (instead of 14 and higher)