https://github.com/6bee/aqua-tools
Tools packages
https://github.com/6bee/aqua-tools
Last synced: 5 months ago
JSON representation
Tools packages
- Host: GitHub
- URL: https://github.com/6bee/aqua-tools
- Owner: 6bee
- License: mit
- Created: 2020-12-28T18:08:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:13:17.000Z (over 1 year ago)
- Last Synced: 2025-12-25T08:19:50.745Z (6 months ago)
- Language: C#
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# aqua-tools
[![GitHub license][lic-badge]][lic-link]
[![Github Workflow][pub-badge]][pub-link]
| package | doc | nuget | myget |
| :--- | :--- | :--- | :--- |
| `aqua.tool.Validation` | [readme](aqua.tool.Validation/README.md) | [![NuGet Badge][3]][4] | [![MyGet Pre Release][5]][6] |
## Deprecated Packages
Former polyfill packages have been deprecated in favor of [PolySharp][PolySharp]:
- `aqua.tool.polyfill.CallerArgumentExpression`
- `aqua.tool.polyfill.IsExternalInit`
- `aqua.tool.polyfill.Nullable`
- `aqua.tool.polyfill.RequiresPreviewFeatures`
- `aqua.tool.polyfill.StackTraceHidden`
[3]: https://img.shields.io/nuget/v/aqua.tool.Validation.svg
[4]: https://www.nuget.org/packages/aqua.tool.Validation
[5]: https://img.shields.io/myget/aqua/vpre/aqua.tool.Validation.svg?label=myget
[6]: https://www.myget.org/feed/aqua/package/nuget/aqua.tool.Validation
[lic-badge]: https://img.shields.io/github/license/6bee/aqua-tools.svg
[lic-link]: https://github.com/6bee/aqua-tools/blob/main/license.txt
[pub-badge]: https://github.com/6bee/aqua-tools/actions/workflows/publish.yml/badge.svg
[pub-link]: https://github.com/6bee/aqua-tools/actions/workflows/publish.yml
[PolySharp]: https://github.com/Sergio0694/PolySharp