otterkit-cobol icon indicating copy to clipboard operation
otterkit-cobol copied to clipboard

[🐛]:

Open axtens opened this issue 8 months ago • 0 comments

Describe the bug otterkit new app doesn't work

To Reproduce otterkit new app This gives

C:>otterkit new app
No templates or subcommands found matching: 'otterkit-export'.

To list installed templates similar to 'otterkit-export', run:
   dotnet new list otterkit-export
To search for the templates on NuGet.org, run:
   dotnet new search otterkit-export

And those instructions don't work either, viz

C:>   dotnet new list otterkit-export
No templates found matching: 'otterkit-export'.

To search for the templates on NuGet.org, run:
   dotnet new search otterkit-export


For details on the exit code, refer to https://aka.ms/templating-exit-codes#103

C:>   dotnet new search otterkit-export
Searching for the templates...
Matches from template source: NuGet.org
No templates found matching: 'otterkit-export'.


For details on the exit code, refer to https://aka.ms/templating-exit-codes#103

Platform Information (please complete the following information):

  • OS: Windows
  • OS Version: 11
  • CPU Architecture: x64
  • Libotterkit Version:
>dotnet new install Otterkit.Templates::1.7.50
The following template packages will be installed:
   Otterkit.Templates::1.7.50

Success: Otterkit.Templates::1.7.50 installed the following templates:
Template Name               Short Name    Language  Tags
--------------------------  ------------  --------  -----------------
Otterkit COBOL Application  otterkit-app  [C#]      COBOL/Application
Otterkit COBOL Library      otterkit-lib  [C#]      COBOL/Library


C:>dotnet tool install --global Otterkit --version 1.0.80
Tool 'otterkit' is already installed.

axtens avatar Nov 21 '23 02:11 axtens