Daniel Crenna
Daniel Crenna
In order to facilitate secure memory solutions, `KeyPair`: - should not copy a given private key into a byte array to make it suitable for `KeyPair` storage (i.e. in factory...
Hello, Since libsodium-net does not currently work on .NET Standard (https://github.com/adamcaudill/libsodium-net/pull/155), I'm using your library for Ed25519. However, I can't use it to recreate a public key given a known...
Currently, the guidelines mention the URL structure for nested collections within a resource: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#931-nested-collections-and-properties `GET https://api.contoso.com/v1.0/people/123/addresses` The guidelines also mention that paging semantics should be consistent between the parent and...
See: https://github.com/dotnet/corefx/issues/29365#issuecomment-398130364 It appears that .NET Standard is back on the table as a target, and preferable to forcing any library implementors to use .NET Core vs. .NET Standard.
per https://groups.google.com/forum/#!topic/mono-cecil/AGq0LfBdqjo @jbevain this is an implementation of the above, very old Google Group discussion, so things may have changed since then other than API specifics. Let me know if,...
Consider the case that `ObjectReader` is explicitly given member names that don't exist on the underlying type. 1. This line in `ObjectReader`: `this.effectiveTypes[i] = memberType ?? typeof(object);` does not throw...
I am using the .NET Core Redirection Module to forward some external traffic to an internal URL. The logs on the IIS reverse proxy site appear fine. ``` info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]...
This PR follows https://github.com/bleroy/lunr-core/pull/26 since it is close to merging. If you prefer I re-open this with just the multi-language commits, let me know, otherwise this can wait for a...
This is a tracking ticket for adding JSON serialization to DelegatedIndex as part of a larger effort to make an ASP.NET Core MVC middleware search server. Currently, DelegatedIndex will fail...
**To Reproduce** `ToJson` and `SaveToJsonStream` allow passing optional `JsonSerializerSettings`. `LoadFromJson` and `LoadFromJsonStream` do not allow passing an optional `JsonSerializerSettings`. **Expected behavior** In the above scenario it's possible to serialize an...