VOOZH about

URL: https://www.nuget.org/packages/AMSWebAPI/

⇱ NuGet Gallery | AMSWebAPI 2023.5.21.1551




👁 Image
AMSWebAPI 2023.5.21.1551

dotnet add package AMSWebAPI --version 2023.5.21.1551
 
 
NuGet\Install-Package AMSWebAPI -Version 2023.5.21.1551
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AMSWebAPI" Version="2023.5.21.1551" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AMSWebAPI" Version="2023.5.21.1551" />
 
Directory.Packages.props
<PackageReference Include="AMSWebAPI" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AMSWebAPI --version 2023.5.21.1551
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AMSWebAPI, 2023.5.21.1551"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AMSWebAPI@2023.5.21.1551
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AMSWebAPI&version=2023.5.21.1551
 
Install as a Cake Addin
#tool nuget:?package=AMSWebAPI&version=2023.5.21.1551
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

RSCG_AMS

a Roslyn Source Code Generator for About My Software

For Web applications

Add to the csproj

 <PackageReference Include="AMSWebAPI" Version="2023.5.21.1551" />
 <PackageReference Include="AMS_Base" Version="2023.5.21.1551" />
 <PackageReference Include="RSCG_AMS" Version="2023.5.21.1551" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />

And in the Startup.cs put

app.UseEndpoints(endpoints =>
{
 endpoints.MapControllers();
 endpoints.UseAMS();
});

The access /ams/all ( for json) or /ams/index.html ( for html)

Product Versions Compatible and additional computed target framework versions.
.NET net7.0 net7.0 is compatible.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AMSWebAPI:

Package Downloads
NetCoreBlockly

This program will generate ASP.NET Core WebAPI+ ODATA+GraphQL blockly blocks. And from other swagger files. Can be usefull for just making a demo, interacting or others. Please see https://github.com/ignatandrei/NETCoreBlockly for details

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2023.5.21.1551 4,054 5/21/2023
2023.5.21.1541 445 5/21/2023
2022.5.25.1154 13,404 5/25/2022
2022.5.9.926 2,403 5/9/2022
2022.4.21.349 1,440 4/21/2022
2022.4.7.1155 1,214 4/7/2022
2022.4.6.1707 758 4/6/2022
2022.4.2.2037 867 4/2/2022
2022.4.2.1928 778 4/2/2022
2022.4.2.1622 750 4/2/2022
2021.7.6.628 7,932 7/6/2021
2021.7.5.1025 776 7/5/2021
2021.7.5.834 703 7/5/2021
2021.7.5.748 778 7/5/2021
2021.7.5.422 758 7/5/2021
2021.7.5.353 783 7/5/2021
2021.7.3.1623 749 7/3/2021
2021.6.29.1820 810 6/30/2021
2021.6.27.655 905 6/27/2021
2021.6.27.452 917 6/27/2021
Loading failed