Category: .NET
-
RSCG – Immediate.Handlers
RSCG – Immediate.Handlers name Immediate.Handlers nuget https://www.nuget.org/packages/Immediate.Handlers/ link https://github.com/immediateplatform/Immediate.Handlers author Stuart Turner Generating mediator like handlers This is how you can use Immediate.Handlers . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Immediate.Handlers
-
NetCoreUsefullEndpoints-part 11–adding process information
In the Nuget NetCoreUsefullEndpoints I have added information about the current process : You can access by going to http://localhost:5027/api/usefull/process and this is the result { “id”: 24064, “processName”: “TestUsefullEndpoints”, “startTime”: “2024-06-27T23:24:36.4003351+03:00”, “totalProcessorTime”: “00:00:01.0312500”, “threadsCount”: 39, “workingSet64”: 84385792, “privateMemorySize64”: 65458176, “pagedMemorySize64”: 65458176, “pagedSystemMemorySize64”: 384840, “peakPagedMemorySize64”: 67108864, “peakVirtualMemorySize64”: 2481013948416, “peakWorkingSet64”: 84733952, “virtualMemorySize64”: 2481005563904, “basePriority”: 8, “handleCount”:…
-
NetPackageAnalyzer- part 14–class coupling
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see theclass coupling The program is showing the class coupling index of classes . https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-class-coupling?view=vs-2022 Install from https://nuget.org/packages/netpackageanalyzerconsole
-
NetPackageAnalyzer–part 13–executable lines
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see the number of executable lines The program is showing the number of executable lines per method,class,assembly . https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-values?view=vs-2022 Install from https://nuget.org/packages/netpackageanalyzerconsole
-
NetPackageAnalyzer–part 12-CyclomaticComplexity
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see the cyclomatic complexity. Cyclomatic Complexity for assembly,class,method The cyclomatic complexity of a section of code is the number of linearly independent paths through the code. It is a quantitative measure of the number of linearly independent paths through a program’s source code. The program is showing…
-
RSCG – Sera.Union
RSCG – Sera.Union name Sera.Union nuget https://www.nuget.org/packages/Sera.Union/ link https://github.com/sera-net/Sera.Union author Sera Generate tagged union This is how you can use Sera.Union . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Sera.Union
-
RSCG – RSCG_NameGenerator
RSCG – RSCG_NameGenerator name RSCG_NameGenerator nuget https://www.nuget.org/packages/RSCG_NameGenerator/ link https://github.com/ignatandrei/NameGenerator/ author Andrei Ignat Generating unique names for assemblies This is how you can use RSCG_NameGenerator . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/RSCG_NameGenerator
-
NetPackageAnalyzer–part 7-PublicClassesProject
Assemblies with number of public classes Assemblies with Public methods Classes with Public methods See https://ignatandrei.github.io/PackageAnalyzer/docs/Analysis/NetPackageAnalyzer/summaryPublicClasses
-
RSCG – Fluentify
RSCG – Fluentify name Fluentify nuget https://www.nuget.org/packages/Fluentify/ link https://github.com/MooVC/fluentify author Paul Martins Generate fluent builder This is how you can use Fluentify . The code that you start with is The code that you will use is The code that is generated is Code and pdf at https://ignatandrei.github.io/RSCG_Examples/v2/docs/Fluentify
-
RSCG – RSCG_ExportDiagram
RSCG – RSCG_ExportDiagram name RSCG_ExportDiagram nuget https://github.com/ignatandrei/RSCG_ExportDiagram link RSCG_ExportDiagram author AndreiIgnat Generating diagram for relation classes within referenced project This is how you can use RSCG_ExportDiagram . The code that you start with is The code that you will use is The code that is generated is Code and pdf at…