CreateInterfaceWithControllers.Injections 2.0.0

dotnet add package CreateInterfaceWithControllers.Injections --version 2.0.0
NuGet\Install-Package CreateInterfaceWithControllers.Injections -Version 2.0.0
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="CreateInterfaceWithControllers.Injections" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CreateInterfaceWithControllers.Injections --version 2.0.0
#r "nuget: CreateInterfaceWithControllers.Injections, 2.0.0"
#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 CreateInterfaceWithControllers.Injections as a Cake Addin
#addin nuget:?package=CreateInterfaceWithControllers.Injections&version=2.0.0

// Install CreateInterfaceWithControllers.Injections as a Cake Tool
#tool nuget:?package=CreateInterfaceWithControllers.Injections&version=2.0.0

this library is to avoid wasting time with interface, service and controller connections and to write faster and less tedious code.

Enable the UseUML() extension method by writing "app.UseUML()" in Program.cs, run the program once to create a UML controller. Since the UML controller is created at runtime, you can't use it in this case, then restart the program and send a request to "UMLController" with the Get protocol, and then enter the data into the console as shown below.

Before reading the instructions, I would like to say that this library accepts and writes every line you write, so when sending data, follow the rules of writing an interface.

Enter the interface information line by line without using \";\". Only methods starting with [HttpGet/...] are created in the controller. When finished, type \"yes\" in the console and press Enter.
Example : [HttpGet] public IActionResult GetStudents()

Good luck C# dude.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 546 10/11/2023