LibFreedomSharp 1.0.0

dotnet add package LibFreedomSharp --version 1.0.0
                    
NuGet\Install-Package LibFreedomSharp -Version 1.0.0
                    
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="LibFreedomSharp" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LibFreedomSharp" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LibFreedomSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LibFreedomSharp --version 1.0.0
                    
#r "nuget: LibFreedomSharp, 1.0.0"
                    
#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.
#:package LibFreedomSharp@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LibFreedomSharp&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=LibFreedomSharp&version=1.0.0
                    
Install as a Cake Tool

Freedom Finder

About

Freedom Finder is a tool that lets people around the globe make a few extra dollars sticking it to those counties in the USA whose people are most attempting to oppress their own people and attack the world. If you've got a small shop in Canada, Europe, India, the Phillipineses, China, the Middle East, anywhere, you can use Freedom Finder to determine if an American is generally of the sort that is trying to blow your country up, take over, or otherwise get crapped on in a tweet storm by the President and his minions. Over time, as more vendors and providers of goods and resources around the world, even in the USA, use Freedom Finder or develop similar capabilities, we can determine the effects and practicality of applying a meaningful consumer driven impedence. Over time that has been proven to be corrective.

Using

Freedom Finder is a C# library. Once you have a reference to it, just call it. Then, if it is true, you can alter your business decision.

        FreedomFinder ff = new FreedomFinder();

        var tax = ff.GetTax("42101");
        Assert.IsTrue(tax);

        tax = ff.GetTax("10014");
        tax = !tax;
        Assert.IsTrue(tax);

Marketing and Design Considerations

Most US financial institutions and businesses are heavily regulated and monitored, which can impact the adoption and implementation of tools like Freedom Finder. However, they are all generally located outside the United States for IT operations, where such scrutiny is less intense.

C# here is used because everyone knows it. C# runs on everything. And I wanted a library that was as small as possible, not reliant on anything, so this Freedom Finder can stand alone

and embed that decision into any appliance. If C# can't help you, go to the repo and grab the code and port it to C++ or Rust.

Then you can run it on phones too and provide alerts for driving through or avoiding tyrant counties, or asking for delivery surcharges. The guys living there threatened to invade Canada, Greenland, Nuke Iran,

all while watching Russia walk all over Europe. So, like, they can use some correction, and we can all use extra money.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 90 5/7/2026

Initial release