Mainxx.CsOutput 1.0.1

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

// Install Mainxx.CsOutput as a Cake Tool
#tool nuget:?package=Mainxx.CsOutput&version=1.0.1

Mainxx.CsOutput

这是一个执行C#源码工具,无需构建你的页面。

Nuget Install

public class RunMe
{
    [STAThread]
    public static void Main()
    {
        Mainxx.CsOutput.CsOutput output = new Mainxx.CsOutput.CsOutput(typeof(RunMe),new string[] { "Demo","Category"});
        output.Run();
    }
}

[Mainxx.CsOutput.Example("Demo", "this demo1", Prefix = "Demo")]
public class Demo1
{
    public void Run()
    {
        string demo = "Mainxx.CsOutput";
        string output = "Demo1";
        Console.WriteLine($"{demo}---{output}");
    }
}

one

two

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.1 1,262 11/22/2017

第一个版本,作者比较懒,可能是最后一个,可能觉得没什么用.