Lukas Wiedemann
Lukas Wiedemann
Because of an issue in the [.NET Framework](https://github.com/dotnet/runtime/issues/72632) this line prevents me from creating a DataServiceContext with a valid URI flagging it as invalid incorrectly. https://github.com/OData/odata.net/blob/acc2c70810eb9a12ef53bb640a2718d9d4db154e/src/Microsoft.OData.Client/UriResolver.cs#L180 The URI in question...
### Issues *This pull request fixes #2406.* ### Description Renaming the PublicApi directory to PublicAPI fixed compilation on Linux devices. This influences CI/CD pipelines and developers on Linux machines in...
This fixes issue junian/Standard.Licensing#28 We will now use a List to store validators and will only use them instead of also clearing them.
When given an invalid license, AssertValidLicense returns an IEnumerable with a ValidationFailure on the first enumeration but an empty IEnumerable on the second enumeration. As a workaround, I suggest users...
Add the project created by a community member to the README. This closes issue junian/Standard.Licensing#22
In der Dokumentation über den Abruf von eRezepten und vermutlich an vielen anderen Stellen wird der Aufruf an den Konnektor mit einer Beispielhaften IP angegeben. Vlt. wäre es besser hier...