PublicApiGenerator 6.1.0-beta2
See the version list below for details.
dotnet add package PublicApiGenerator --version 6.1.0-beta2
NuGet\Install-Package PublicApiGenerator -Version 6.1.0-beta2
<PackageReference Include="PublicApiGenerator" Version="6.1.0-beta2" />
paket add PublicApiGenerator --version 6.1.0-beta2
#r "nuget: PublicApiGenerator, 6.1.0-beta2"
// Install PublicApiGenerator as a Cake Addin #addin nuget:?package=PublicApiGenerator&version=6.1.0-beta2&prerelease // Install PublicApiGenerator as a Cake Tool #tool nuget:?package=PublicApiGenerator&version=6.1.0-beta2&prerelease
This library simply returns your public API as a string. You can use this in approval style tests or for documentation
Learn more about Target Frameworks and .NET Standard.
-
- Mono.Cecil (>= 0.10.0-beta5)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PublicApiGenerator:
Package | Downloads |
---|---|
ApiApprover
Simply add this package to add a test which generates a string of your public API, then sends it to Approval Tests to approve any public API changes. Don't accidently miss a breaking API change and break semantic versioning again. |
|
MintPlayer.Verz.Targets
Package Description |
GitHub repositories (58)
Showing the top 5 popular GitHub repositories that depend on PublicApiGenerator:
Repository | Stars |
---|---|
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
|
|
Humanizr/Humanizer
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
|
|
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
|
|
serilog/serilog
Simple .NET logging with fully-structured events
|
|
dotnet/reactive
The Reactive Extensions for .NET
|
Version | Downloads | Last updated |
---|---|---|
11.4.5 | 1,376 | 3/1/2025 |
11.4.4 | 263 | 3/1/2025 |
11.4.3 | 238 | 3/1/2025 |
11.4.2 | 11,700 | 2/15/2025 |
11.4.1 | 23,495 | 1/29/2025 |
11.4.0 | 4,945 | 1/25/2025 |
11.3.0 | 40,243 | 12/17/2024 |
11.2.0 | 35,297 | 12/11/2024 |
11.1.0 | 514,870 | 12/3/2023 |
11.0.0 | 230,051 | 3/6/2023 |
10.5.0 | 547 | 3/6/2023 |
10.4.1 | 334 | 3/6/2023 |
10.4.0 | 342 | 3/6/2023 |
10.3.0 | 262,813 | 1/31/2022 |
10.2.0 | 667,960 | 6/26/2020 |
10.1.2 | 7,745 | 6/18/2020 |
10.1.1 | 766 | 6/17/2020 |
10.1.0 | 4,432 | 5/18/2020 |
10.0.2 | 97,158 | 1/27/2020 |
10.0.1 | 134,178 | 12/4/2019 |
10.0.0 | 1,329 | 12/1/2019 |
9.3.0 | 218,498 | 8/2/2019 |
9.2.0 | 1,679 | 8/2/2019 |
9.1.0 | 13,153 | 6/30/2019 |
9.0.0 | 2,524 | 6/13/2019 |
9.0.0-beta3 | 1,400 | 3/31/2019 |
9.0.0-beta2 | 1,389 | 3/29/2019 |
9.0.0-beta1 | 1,220 | 3/29/2019 |
8.1.0 | 48,772 | 1/7/2019 |
8.0.1 | 7,330 | 9/23/2018 |
8.0.0 | 2,487 | 7/24/2018 |
7.1.0 | 1,661 | 7/18/2018 |
7.0.1 | 4,956 | 5/7/2018 |
7.0.0 | 1,576 | 3/10/2018 |
6.6.0 | 1,415 | 3/9/2018 |
6.5.2 | 1,184 | 3/8/2018 |
6.5.1 | 1,270 | 3/7/2018 |
6.5.0 | 3,793 | 11/17/2017 |
6.4.0 | 2,895 | 10/10/2017 |
6.1.0-beta2 | 3,119 | 5/22/2017 |
6.1.0-beta1 | 2,829 | 5/15/2017 |
6.0.0 | 12,114 | 12/14/2016 |
5.0.0 | 4,195 | 11/21/2016 |
4.2.0 | 3,704 | 11/2/2016 |
4.1.0 | 3,298 | 10/6/2016 |
4.0.1 | 16,481 | 2/2/2016 |
4.0.0 | 1,866 | 2/2/2016 |
v6.1 Changes:
- Support for content files in nuspec
- Bump of Mono.Cecil dependency
v6.0 Breaking changes:
- The async keyword doesn't influence the public API and therefore is no longer treated as part of the public API.
v5.0 Breaking changes:
- Converted to source only package
- Invariant Culture used for string.Format
- Custom attributes are properly taken into account for set methods