Black.Beard.Schemas 1.0.74

There is a newer version of this package available.
See the version list below for details.
dotnet add package Black.Beard.Schemas --version 1.0.74                
NuGet\Install-Package Black.Beard.Schemas -Version 1.0.74                
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="Black.Beard.Schemas" Version="1.0.74" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Black.Beard.Schemas --version 1.0.74                
#r "nuget: Black.Beard.Schemas, 1.0.74"                
#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 Black.Beard.Schemas as a Cake Addin
#addin nuget:?package=Black.Beard.Schemas&version=1.0.74

// Install Black.Beard.Schemas as a Cake Tool
#tool nuget:?package=Black.Beard.Schemas&version=1.0.74                

Black.Beard.Roslyn

Build status

Helpers for compile Csharp with Roslyn. The way use the tool installed on your machine. It does'nt work if dotnet is not installed.

How to install

Use project model for create a project file

NuGet\Install-Package Black.Beard.Projects.Models

Use build for build project

NuGet\Install-Package Black.Beard.Build

Use roslyn for compile without project

NuGet\Install-Package Black.Beard.Roslyn

How to use Roslyn


// Use existing project
var projects = _directoryProject.GetFiles("*.csproj", SearchOption.AllDirectories);

foreach (var item in projects)
{
    var builder = ProjectRoslynBuilderHelper.CreateCsharpBuild(item.FullName, true);
    var result = builder.Build();
    var assembly = result.LoadAssembly();
    var types = assembly.GetExportedTypes();
    var instance = Activator.CreateInstance(types[0]);
}

// Use Roslyn for generate #Csharp
var artifact = new CSharpArtifact("test1")
    .Namespace("namespace1", ns =>
    {
        ns.Class("class1", cls =>
        {
            cls.Property("get1", nameof(String), property =>
            {
                property.AutoGet().AutoSet();
            });
        });
    });

var code = artifact.ToString();

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows 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
1.0.132 77 20 days ago
1.0.131 86 a month ago
1.0.130 82 a month ago
1.0.129 84 2 months ago
1.0.128 75 2 months ago
1.0.127 72 2 months ago
1.0.126 75 2 months ago
1.0.125 84 2 months ago
1.0.124 80 2 months ago
1.0.123 75 2 months ago
1.0.122 87 2 months ago
1.0.121 75 2 months ago
1.0.120 94 2 months ago
1.0.119 103 8 months ago
1.0.118 103 8 months ago
1.0.117 131 9 months ago
1.0.116 121 9 months ago
1.0.115 110 9 months ago
1.0.114 115 9 months ago
1.0.113 119 9 months ago
1.0.112 134 10 months ago
1.0.111 137 10 months ago
1.0.110 123 10 months ago
1.0.109 128 10 months ago
1.0.108 130 10 months ago
1.0.107 125 3/12/2024
1.0.106 123 3/9/2024
1.0.105 134 3/6/2024
1.0.104 136 3/5/2024
1.0.103 118 3/4/2024
1.0.102 122 3/4/2024
1.0.101 126 3/4/2024
1.0.100 130 3/4/2024
1.0.99 128 3/3/2024
1.0.98 127 2/29/2024
1.0.97 131 2/29/2024
1.0.96 125 2/29/2024
1.0.95 136 2/27/2024
1.0.94 122 2/26/2024
1.0.93 126 2/25/2024
1.0.92 126 2/24/2024
1.0.91 133 2/24/2024
1.0.90 123 2/24/2024
1.0.89 130 2/24/2024
1.0.88 109 2/24/2024
1.0.87 122 2/23/2024
1.0.86 129 2/23/2024
1.0.85 128 2/23/2024
1.0.84 108 2/23/2024
1.0.83 122 2/23/2024
1.0.82 123 2/23/2024
1.0.81 128 2/22/2024
1.0.80 118 2/22/2024
1.0.79 118 2/22/2024
1.0.78 111 2/22/2024
1.0.77 129 2/21/2024
1.0.76 125 2/19/2024
1.0.75 108 2/19/2024
1.0.74 111 2/18/2024
1.0.73 120 2/17/2024
1.0.72 221 12/12/2023
1.0.70 205 10/17/2023
1.0.69 135 10/17/2023
1.0.68 117 10/17/2023
1.0.67 150 10/16/2023
1.0.66 150 10/16/2023
1.0.65 152 10/13/2023
1.0.64 151 10/10/2023
1.0.63 155 9/13/2023
1.0.62 176 7/31/2023
1.0.61 171 7/28/2023
1.0.60 175 7/28/2023
1.0.59 176 7/28/2023
1.0.58 172 7/28/2023
1.0.57 170 7/28/2023
1.0.56 168 7/27/2023
1.0.55 148 7/27/2023
1.0.54 178 7/27/2023
1.0.53 150 7/27/2023
1.0.52 171 7/27/2023
1.0.51 202 7/25/2023
1.0.50 190 7/25/2023
1.0.49 176 7/4/2023
1.0.48 204 6/30/2023
1.0.47 196 6/30/2023
1.0.46 176 6/30/2023
1.0.45 196 6/17/2023
1.0.44 171 6/17/2023
1.0.43 169 6/17/2023
1.0.42 178 6/6/2023
1.0.41 173 6/5/2023
1.0.40 178 6/5/2023
1.0.39 171 6/5/2023
1.0.38 170 5/31/2023
1.0.37 174 5/30/2023
1.0.36 168 5/30/2023
1.0.35 155 5/30/2023
1.0.33 163 5/30/2023
1.0.32 171 5/30/2023
1.0.31 185 5/30/2023
1.0.30 155 5/29/2023
1.0.29 176 5/25/2023
1.0.28 196 5/24/2023
1.0.27 184 5/18/2023
1.0.26 187 5/18/2023
1.0.25 170 5/18/2023
1.0.24 182 5/16/2023
1.0.23 171 5/15/2023
1.0.22 175 5/15/2023
1.0.21 160 5/14/2023
1.0.20 173 5/14/2023
1.0.18 421 5/18/2022
1.0.17 461 5/17/2022
1.0.16 441 5/17/2022
1.0.15 444 4/3/2022