RSCG_AMS 2021.7.5.422

There is a newer version of this package available.
See the version list below for details.
dotnet add package RSCG_AMS --version 2021.7.5.422                
NuGet\Install-Package RSCG_AMS -Version 2021.7.5.422                
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="RSCG_AMS" Version="2021.7.5.422" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSCG_AMS --version 2021.7.5.422                
#r "nuget: RSCG_AMS, 2021.7.5.422"                
#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.
// Install RSCG_AMS as a Cake Addin
#addin nuget:?package=RSCG_AMS&version=2021.7.5.422

// Install RSCG_AMS as a Cake Tool
#tool nuget:?package=RSCG_AMS&version=2021.7.5.422                

RSCG_AMS

a Roslyn Source Code Generator for About My Software

For Console Applications

Add to the csproj

<ItemGroup>
    <PackageReference Include="AMS_Base" Version="2021.7.3.1623" />
    <PackageReference Include="RSCG_AMS" Version="2021.7.3.1623" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
  </ItemGroup>

And access like this:

 var amsAll = AboutMySoftware.AllDefinitions;
foreach (var amsKV in amsAll)
{
    var ams = amsKV.Value;

    Console.WriteLine($"{amsKV.Key}.{nameof(ams.AssemblyName)} : {ams.AssemblyName}");
    Console.WriteLine($"{amsKV.Key}.{nameof(ams.DateGenerated)} : {ams.DateGenerated}");
    Console.WriteLine($"{amsKV.Key}.{nameof(ams.CommitId)} : {ams.CommitId}");
    Console.WriteLine($"{amsKV.Key}.{nameof(ams.RepoUrl)} : {ams.RepoUrl}");
}

For Web applications

Add to the csproj

    <PackageReference Include="AMSWebAPI" Version="2021.7.3.1623" />
    <PackageReference Include="AMS_Base" Version="2021.7.3.1623" />
    <PackageReference Include="RSCG_AMS" Version="2021.7.3.1623" 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 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RSCG_AMS:

Package Downloads
NetCore7ShortLinks

Add short url capabilities to every .net core project

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 1,151 5/21/2023
2022.5.25.1154 9,902 5/25/2022
2022.5.9.926 2,079 5/9/2022
2022.4.21.349 1,071 4/21/2022
2022.4.7.1155 777 4/7/2022
2022.4.6.1707 420 4/6/2022
2022.4.2.2037 539 4/2/2022
2022.4.2.1928 425 4/2/2022
2021.7.6.628 7,730 7/6/2021
2021.7.5.1025 358 7/5/2021
2021.7.5.834 330 7/5/2021
2021.7.5.748 343 7/5/2021
2021.7.5.422 354 7/5/2021
2021.7.5.353 353 7/5/2021
2021.7.3.1623 355 7/3/2021
2021.6.29.1820 382 6/30/2021
2021.6.27.655 509 6/27/2021
2021.6.27.452 518 6/27/2021
2021.6.26.1937 451 6/26/2021
2021.6.26.1841 344 6/26/2021
2021.6.26.1813 350 6/26/2021
2021.6.26.1746 371 6/26/2021
2021.6.26.1515 398 6/26/2021
2021.6.26.1417 327 6/26/2021
2021.6.26.1301 461 6/26/2021
2021.6.26.1249 437 6/26/2021
2021.6.26.1228 484 6/26/2021
2021.6.26.1216 354 6/26/2021
2021.6.26.1159 351 6/26/2021
2021.6.26.809 657 6/26/2021
2021.6.26.723 650 6/26/2021
2021.6.26.632 573 6/26/2021