Skip to content

Commit c46a8c6

Browse files
committed
CLI
- all packages moved to KY.Generator Reflection - GenerateIndex fixed
1 parent 0998a4e commit c46a8c6

File tree

60 files changed

+53
-1264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+53
-1264
lines changed

Angular/KY.Generator.Angular.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<Authors>KY-Programming</Authors>
66
<Company>KY-Programming</Company>
77
<Product>KY.Generator</Product>
8-
<Version>4.0.0-rc.3</Version>
8+
<Version>4.0.0-rc.6</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
11-
Download KY.Generator.CLI to use this module</Description>
11+
Download KY.Generator to use this module</Description>
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/KY-Programming/generator</PackageProjectUrl>
1414
<PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl>

AspDotNet/KY.Generator.AspDotNet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>4.0.0-rc.3</Version>
7+
<Version>4.0.0-rc.6</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
10-
Download KY.Generator.CLI to use this module</Description>
10+
Download KY.Generator to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>
1212
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/KY-Programming/generator</PackageProjectUrl>

AspDotNet/Writers/AspDotNetGeneratorControllerWriter.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ public virtual void Write(AspDotNetWriteConfiguration configuration, List<FileT
2222
{
2323
throw new InvalidOperationException($"Can not generate ASP.net Controller for language {configuration.Language?.Name ?? "Empty"}. Only Csharp is currently implemented");
2424
}
25-
26-
if (configuration.Standalone)
27-
{
28-
throw new InvalidOperationException("Can not generate Generator.Controller with KY.Generator.CLI.Standalone use KY.Generator.CLI instead");
29-
}
3025
string nameSpace = (configuration.GeneratorController.Namespace ?? configuration.Namespace).AssertIsNotNull(nameof(configuration.Namespace), "asp writer requires a namespace");
3126
ClassTemplate classTemplate = files.AddFile(configuration.GeneratorController.RelativePath ?? configuration.RelativePath, configuration.AddHeader, configuration.CheckOnOverwrite)
3227
.AddNamespace(nameSpace)

CLI.Core.Full/Program.cs

Lines changed: 0 additions & 51 deletions
This file was deleted.

CLI.Core.Full/nuget.nuspec

Lines changed: 0 additions & 39 deletions
This file was deleted.

CLI.Core.Full/nuget.targets

Lines changed: 0 additions & 13 deletions
This file was deleted.

CLI.Core.Minimal/KY.Generator.CLI.Core.Minimal.csproj

Lines changed: 0 additions & 22 deletions
This file was deleted.

CLI.Core.Minimal/Program.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

CLI.Core.Minimal/nuget.nuspec

Lines changed: 0 additions & 26 deletions
This file was deleted.

CLI.Core.Minimal/nuget.targets

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)