Category: .NET Core
-
NetCoreUsefullEndpoints-part 12–adding url adresses
In the Nuget NetCoreUsefullEndpoints I have added information about the current process : You can access by going to localhost:5027/api/usefull/adresses and the end result is [ “http://localhost:5027″ ] The code that returns this is
-
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 11–Building Blocks,Test Projects and Root Projects
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see the Building Blocks,Test Projects and Root Projects Building blocks Projects I define as Building blocks projects the projects that have no reference to other projects. If you are new to the solution,then you can start to those base projects – should be self contained and self…
-
RSCG – Coplt.Dropping
RSCG – Coplt.Dropping name Coplt.Dropping nuget https://www.nuget.org/packages/Coplt.Dropping/ link https://github.com/2A5F/Coplt.Dropping author 2A5F Generating disposable This is how you can use Coplt.Dropping . 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/Coplt.Dropping
-
NetPackageAnalyzer–part 10–commits per year and folder
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see the commits per year and folder
-
NetPackageAnalyzer–part 9- Radar
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a solution and see the different correlations of a project in a radar form This is what have been generated to itself Install from https://nuget.org/packages/netpackageanalyzerconsole
-
NetPackageAnalyzer–part 8- Lines per public class
The .NET Tool,https://www.nuget.org/packages/netpackageanalyzerconsole,can now analyze a project and see the public lines in the project. The result is Assemblies with most lines in public classses Public Classes with most lines Public Methods with most lines Install from https://nuget.org/packages/netpackageanalyzerconsole
-
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…
-
RSCG – ServiceScan.SourceGenerator
RSCG – ServiceScan.SourceGenerator name ServiceScan.SourceGenerator nuget https://www.nuget.org/packages/ServiceScan.SourceGenerator/ link https://github.com/Dreamescaper/ServiceScan.SourceGenerator author Oleksandr Liakhevych Generating service collection / DI registration This is how you can use ServiceScan.SourceGenerator . 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/ServiceScan.SourceGenerator