fiskaltrust / middleware-demo-dotnet

Demo applications that demonstrate how to call the fiskaltrust.Middleware from .NET/C#. This repository contains examples using GRPC, WCF and REST using both JSON and XML.
https://docs.fiskaltrust.cloud
MIT License
3 stars 6 forks source link

The demo can not be exited #7

Closed volllly closed 4 years ago

volllly commented 4 years ago

Entering exit does not exit.

TSchmiedlechner commented 4 years ago

This seems to be a Powershell Core issue (https://github.com/PowerShell/PowerShell/issues/11314), updating to v7 did the trick for me. Could you try that and confirm? :)

volllly commented 4 years ago

@TSchmiedlechner the ctrl+c issue still exists but is a windows terminal / pwsh issue ^^

TSchmiedlechner commented 4 years ago

Thanks for reporting and fixing! Fixed by #8