You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
otterkit new appdoesn't workTo Reproduce
otterkit new appThis gives
And those instructions don't work either, viz
Platform Information (please complete the following information):