Application for create cache files from nextAPI.
English Documentation
Russian Documentation
- DotNet 8.0+
dotnet dotnet publish -r <platform-indetifier> -c Release --self-contained true src/LocalCacheChecker.csprojplatform-identifier can be:
- osx-x64 (macOS with intel processor)
- osx-arm64 (macOS with M1+ processor)
- win-arm64
- win-x64
- linux-arm64
- linux-x64