Build and publish as a .NET tool
Tool name / moniker: ipfilter
The CLI tool should be as small and fast as possible.
Prefer fast over small, as the tool may be run fairly often, and when it runs, we don't want it to impact the system, even though it's crunching potentially millions of filters.
- AOT
- Self-contained
- Trimmed
Build and publish as a .NET tool
Tool name / moniker: ipfilter
The CLI tool should be as small and fast as possible.
Prefer fast over small, as the tool may be run fairly often, and when it runs, we don't want it to impact the system, even though it's crunching potentially millions of filters.