RSCG_AMS 2022.5.9.926

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

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

RSCG_AMS

a Roslyn Source Code Generator for About My Software

For Console Applications

Add to the csproj

<ItemGroup>
    <PackageReference Include="AMS_Base" Version="2022.5.9.926" />
    <PackageReference Include="RSCG_AMS" Version="2022.5.9.926" 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="2022.5.9.926" />
    <PackageReference Include="AMS_Base" Version="2022.5.9.926" />
    <PackageReference Include="RSCG_AMS" Version="2022.5.9.926" 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,458 5/21/2023
2022.5.25.1154 10,216 5/25/2022
2022.5.9.926 2,085 5/9/2022
2022.4.21.349 1,076 4/21/2022
2022.4.7.1155 783 4/7/2022
2022.4.6.1707 425 4/6/2022
2022.4.2.2037 544 4/2/2022
2022.4.2.1928 430 4/2/2022
2021.7.6.628 7,754 7/6/2021
2021.7.5.1025 364 7/5/2021
2021.7.5.834 336 7/5/2021
2021.7.5.748 348 7/5/2021
2021.7.5.422 359 7/5/2021
2021.7.5.353 360 7/5/2021
2021.7.3.1623 360 7/3/2021
2021.6.29.1820 387 6/30/2021
2021.6.27.655 517 6/27/2021
2021.6.27.452 523 6/27/2021
2021.6.26.1937 456 6/26/2021
2021.6.26.1841 349 6/26/2021
2021.6.26.1813 358 6/26/2021
2021.6.26.1746 376 6/26/2021
2021.6.26.1515 405 6/26/2021
2021.6.26.1417 334 6/26/2021
2021.6.26.1301 468 6/26/2021
2021.6.26.1249 444 6/26/2021
2021.6.26.1228 491 6/26/2021
2021.6.26.1216 365 6/26/2021
2021.6.26.1159 358 6/26/2021
2021.6.26.809 662 6/26/2021
2021.6.26.723 655 6/26/2021
2021.6.26.632 581 6/26/2021