BufTools.Extensions.XmlComments
2.0.0
Prefix Reserved
dotnet add package BufTools.Extensions.XmlComments --version 2.0.0
NuGet\Install-Package BufTools.Extensions.XmlComments -Version 2.0.0
<PackageReference Include="BufTools.Extensions.XmlComments" Version="2.0.0" />
paket add BufTools.Extensions.XmlComments --version 2.0.0
#r "nuget: BufTools.Extensions.XmlComments, 2.0.0"
// Install BufTools.Extensions.XmlComments as a Cake Addin #addin nuget:?package=BufTools.Extensions.XmlComments&version=2.0.0 // Install BufTools.Extensions.XmlComments as a Cake Tool #tool nuget:?package=BufTools.Extensions.XmlComments&version=2.0.0
BufTool Extensions
This solution provides basic convenience methods:
- register dependencies for injection for all classes of base type T, and all classes with a specified [Attribute]
- find classes by type and with attribute
- read XML comments for classes, methods, and properties
See the README.md in each project for more information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- BufTools.Extensions.Reflection (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 7.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BufTools.Extensions.XmlComments:
Package | Downloads |
---|---|
BufTools.AspNet.EndpointReflection
Combines reflection and XML comment parsing to put endpoint details at your fingertips. Provides: - Route & Verb - Useable example route with route params filled in XML examples - Endpoint method details - XML comments - Validation of XML comments with suggestions on how to fix errors |
|
BufTools.ObjectCreation.FromXmlComments
Provides an ObjectMother class will create an instance of an object and initialize it from the example values in your XML comments. The same <example> values are used by Swagger to populate object examples (after providing the XML files to Swagger). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 292 | 5/7/2024 |