Jan Friedrich
Jan Friedrich
Hi, we use - CoreWCF 1.1.0 - .net 4.71 with an interface similar to ` [OperationContract] [FaultContract(typeof(FaultDetail))] Stream QueryDataStreamed(string sqlCommand); ` The server writes to the stream while the client...
This repo is no longer maintained - please go to https://github.com/komsa-ag/Camunda.Api.Client
#124 LoggingEvent.Level not nullable @erikmav what do you think about this approach?
- changed target frameworks to net462 & netstandard2.0 - added release notes for 3.0.0 - resolves #111
Public classes and interfaces should get nullable annotations so that callers will be warned when passing null values. ### List of breaking changes #### #129 - Part 4 of nullable...
Issue for preparing the first preview of 3.0.0
@bording we get the error "remote authentication required but no callback set" after upgrading from 0.28 to 0.29 when connecting to a company internal azure devops server. This works great...