RSCG_AMS 2021.6.26.1841
See the version list below for details.
dotnet add package RSCG_AMS --version 2021.6.26.1841
NuGet\Install-Package RSCG_AMS -Version 2021.6.26.1841
<PackageReference Include="RSCG_AMS" Version="2021.6.26.1841" />
paket add RSCG_AMS --version 2021.6.26.1841
#r "nuget: RSCG_AMS, 2021.6.26.1841"
// Install RSCG_AMS as a Cake Addin #addin nuget:?package=RSCG_AMS&version=2021.6.26.1841 // Install RSCG_AMS as a Cake Tool #tool nuget:?package=RSCG_AMS&version=2021.6.26.1841
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.6.26.1515" />
<PackageReference Include="RSCG_AMS" Version="2021.6.26.1515" 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.6.26.1515" />
<PackageReference Include="AMS_Base" Version="2021.6.26.1515" />
<PackageReference Include="RSCG_AMS" Version="2021.6.26.1515" 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 | 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. |
-
.NETStandard 2.0
- AMS_Base (>= 2021.6.26.1841)
- Microsoft.CodeAnalysis.CSharp (>= 3.10.0)
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,287 | 5/21/2023 |
2022.5.25.1154 | 10,011 | 5/25/2022 |
2022.5.9.926 | 2,080 | 5/9/2022 |
2022.4.21.349 | 1,072 | 4/21/2022 |
2022.4.7.1155 | 779 | 4/7/2022 |
2022.4.6.1707 | 421 | 4/6/2022 |
2022.4.2.2037 | 540 | 4/2/2022 |
2022.4.2.1928 | 426 | 4/2/2022 |
2021.7.6.628 | 7,746 | 7/6/2021 |
2021.7.5.1025 | 359 | 7/5/2021 |
2021.7.5.834 | 331 | 7/5/2021 |
2021.7.5.748 | 344 | 7/5/2021 |
2021.7.5.422 | 355 | 7/5/2021 |
2021.7.5.353 | 354 | 7/5/2021 |
2021.7.3.1623 | 356 | 7/3/2021 |
2021.6.29.1820 | 383 | 6/30/2021 |
2021.6.27.655 | 511 | 6/27/2021 |
2021.6.27.452 | 519 | 6/27/2021 |
2021.6.26.1937 | 452 | 6/26/2021 |
2021.6.26.1841 | 345 | 6/26/2021 |
2021.6.26.1813 | 351 | 6/26/2021 |
2021.6.26.1746 | 372 | 6/26/2021 |
2021.6.26.1515 | 401 | 6/26/2021 |
2021.6.26.1417 | 330 | 6/26/2021 |
2021.6.26.1301 | 464 | 6/26/2021 |
2021.6.26.1249 | 440 | 6/26/2021 |
2021.6.26.1228 | 487 | 6/26/2021 |
2021.6.26.1216 | 357 | 6/26/2021 |
2021.6.26.1159 | 354 | 6/26/2021 |
2021.6.26.809 | 658 | 6/26/2021 |
2021.6.26.723 | 651 | 6/26/2021 |
2021.6.26.632 | 577 | 6/26/2021 |