Category: roslyn

  • RSCG–Facet Search

    RSCG – Facet.Search     name Facet.Search nuget https://www.nuget.org/packages/Facet.Search/ link https://github.com/Tim-Maes/Facet.Search author Tim Maes Generating search from C# clasess and properties Integrating search in .NET applications   This is how you can use Facet.Search . The code that you start with is The code that you will use is   The code that is generated…

  • RSCG_Templating–additional files

    For generating a list of additional files included in project ( see https://github.com/helluvamatt/SvgIconGenerator ) I need to generated the list of them – and maybe an enum . So RSCG_Templating improve with a new attribute , [IGenerateDataFromAdditionalFiles(“FileInTemplating”)] partial class FileInTemplating { } What it does is to send to the template the list of additional…

  • Revisit RSCG_Static

    In 2023 I have created RSCG_Static as a way to mock static methods from classes ( think DateTime, Environment, Process) . From that time , the interfaces in C# have gained static keyword – so  –  a little improvement seems necessary . However, how can you mock a static method from a interface ? The…

  • RSCG – Silhouette

    RSCG – Silhouette     name Silhouette nuget https://www.nuget.org/packages/Silhouette/ link https://github.com/kevingosse/Silhouette author Kevin Gosse Profiling .net applications Measuring performance improvements   This is how you can use Silhouette . 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/Silhouette

  • RSCG – docopt.net

    RSCG – docopt.net     name docopt.net nuget https://www.nuget.org/packages/docopt.net/ link https://github.com/docopt/docopt.net author Atif Aziz Generating command line argument parsers from usage documentation.   This is how you can use docopt.net . The code that you start with is The code that you will use is   The code that is generated is Code and pdf…

  • RSCG – BlazorOcticons

    RSCG – BlazorOcticons     name BlazorOcticons nuget https://www.nuget.org/packages/BlazorOcticons/ link https://github.com/BlazorOcticons/BlazorOcticons author Evgeniy K. Generates Blazor components for GitHub Octicons SVG icons or from svg. Easily integrate GitHub Octicons into your Blazor applications.   This is how you can use BlazorOcticons . The code that you start with is The code that you will use…

  • RSCG – Imposter

    RSCG – Imposter     name Imposter nuget https://www.nuget.org/packages/Imposter/ link https://github.com/themidnightgospel/Imposter author Bitchiko Tchelidze Generate classes from interfaces and allows return of mock data. Useful for testing and prototyping.   This is how you can use Imposter . The code that you start with is The code that you will use is   The code…

  • RSCG – Monify

    RSCG – Monify     name Monify nuget https://www.nuget.org/packages/Monify/ link https://github.com/MooVC/monify author Paul Martin Generate primitive strongly typed wrapper around a single value object   This is how you can use Monify . The code that you start with is The code that you will use is   The code that is generated is Code…

  • RSCG – BoolParameterGenerator

    RSCG – BoolParameterGenerator     name BoolParameterGenerator nuget https://www.nuget.org/packages/BoolParameterGenerator/ link https://github.com/9swampy/BoolEnumGenerator author Justin Buchanan Generate boolean enum types   This is how you can use BoolParameterGenerator . 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/BoolParameterGenerator

  • RSCG – RSCG_MCP2File

    RSCG – RSCG_MCP2File     name RSCG_MCP2File nuget https://www.nuget.org/packages/RSCG_MCP2File/ link https://github.com/ignatandrei/RSCG_OpenApi2MCP author Ignat Andrei Generating code for saving MCP result to file.   This is how you can use RSCG_MCP2File . The code that you start with is The code that you will use is   The code that is generated is Code and pdf…