dotnet-apimsanitizer 9.0.0

dotnet tool install --global dotnet-apimsanitizer --version 9.0.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local dotnet-apimsanitizer --version 9.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-apimsanitizer&version=9.0.0                
nuke :add-package dotnet-apimsanitizer --version 9.0.0                

ApimSanitizer as a Global Tool

To see a list of options, run:

ApimSanitizer --help

The current options are (output of ApimSanitizer --help):

Description:
  Apim sanitizier, sanitize open api definitions to import them into Azure APIM

Usage:
  ApimSanitizer [options]

Options:
  -f, --file <file> (REQUIRED)  The input open api definition file in yaml format.
  --version                     Show version information
  -?, -h, --help                Show help and usage information

Exit Codes

Coverlet outputs specific exit codes to better support build automation systems for determining the kind of failure so the appropriate action can be taken.

0 - Success.
1 - Invalid input file
2 - Input file doesn't exist
3 - Invalid extension, must be of type .yml
2147483647 - General exception occurred during process.
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
9.0.0 109 11/14/2024
0.2.1 951 10/3/2024