StrongNamer 0.0.2

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.7.2 or higher.

dotnet add package StrongNamer --version 0.0.2
NuGet\Install-Package StrongNamer -Version 0.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StrongNamer" Version="0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StrongNamer --version 0.0.2
#r "nuget: StrongNamer, 0.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (34)

Showing the top 5 NuGet packages that depend on StrongNamer:

Package Downloads
EFCore.BulkExtensions

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite

EFCore.BulkExtensions.SqlServer

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server

EFCore.BulkExtensions.PostgreSql

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL

Beef.Events

Business Entity Execution Framework (Beef) Events framework.

EFCore.BulkExtensions.Sqlite

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on StrongNamer:

Repository Stars
xamarin/Xamarin.Forms
Xamarin.Forms Official Home
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
dotnet-script/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
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
Version Downloads Last updated
0.2.5 4,044,373 11/6/2019
0.2.4 3,888 11/6/2019
0.0.8 409,820 9/7/2018
0.0.7 50,118 6/20/2018
0.0.6 323,985 7/16/2017
0.0.5 11,926 5/28/2017
0.0.3 54,851 1/16/2017
0.0.2 25,204 8/22/2016
0.0.1 9,099 10/27/2015

- 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)