nike4613 / unnugetizer

unga bunga

Home Page:https://github.com/devlooped/nugetizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuGetizer no longer uses SponsorLink, making this repo/package obsolete.

Icon UnNuGetizer update Version

A "fork" of NuGetizer which removes SponsorLink.

SponsorLink is a closed-source, obfuscated, Roslyn analyzer which, during the compiler invocation, performs a network request to check if the user is sponsoring the developer. If the user is not (or does not have everything set up so that request is possible) then it issues a warning, and pauses the build for up to 4 seconds. It is supposed to only do this in IDE builds (which is bad enough) but experimentally, it also appears to do this for command line builds. In one case (MonoMod) this brings the build time from around 2:30 to 7:30.

The scripts in this repository automatically check the NuGetizer repository for new releases, and when one exists, it fetches that release, applies the patch, builds it, and publishes it to NuGet as UnNuGetizer and dotnet-unnugetize.

About

unga bunga

https://github.com/devlooped/nugetizer

License:MIT License


Languages

Language:PowerShell 100.0%