Henning Krause
Henning Krause
The Demo on http://aurelia-ui-toolkits.github.io/demo-kendo does not run on Internet Explorer 11. The relevant portion from the console: INFO [aurelia] Aurelia Started Potentially unhandled rejection [1] TypeError: Object doesn't support property...
Hi, I think I ran accross a similiar problem as @ArunaVignesh in #504. When I open my Zip file using ```cs var x = ReaderFactory.Open(File.OpenRead(filename)); ``` I get this NotSupportedException:...
Note: I've reopened this PR since the target branch name changes to main. The original PR can be found here: https://github.com/OData/AspNetCoreOData/pull/324 and was already approved by @corranrogue9. A long time...
I fixed three DNSSEC related bugs in this PR.
I execute this command on Windows (doesn't matter if I use cmd or PowerShell): ``` C:\Temp\sbom-tool.exe generate -b "C:\src\core\Build\Service with spaces" -bc "C:\src\core\Solutions\service with spaces\src\" -pn "Foo bar services" -pv...
I've created a C# implementation of the latest Java port and published a [nuget](https://www.nuget.org/packages/Tlsh.net/1.0.0) for it.
I'd like to see a C# implementation. With [ML.NET](https://github.com/dotnet/machinelearning), it should be possible to run the model. However, I'm very new to ML where not able to get this working...
There are 3 places in the library where I find this code: if ((msg == null) || ((msg.ReturnCode != ReturnCode.NoError) && (msg.ReturnCode != ReturnCode.NxDomain))) { throw new Exception("DNS request failed");...
I have an application that has an entity set ("DataItem") which in turn contains a contained entityset ("NestedItem") (See [SampleApplication.zip](https://github.com/OData/odata.net/files/11597920/SampleApplication.zip)). There is also an action bound to a specific DataItem...