Ted van der Veen
Ted van der Veen
Hi! Are you guys open for a contribution that adds support for Azure Event Hubs integration? Or is this something that is already being worked on? This could be a...
At the moment, quite a few implementation in the library are tightly coupled to JSON de/serialization. For my current project, I need to use a more compact binary serialized scheme....
In the latest version of the LinkedIn website, there does not seems te be a directory of Skills anymore. Could this be added to this library in any way?
See for ref: - https://docs.microsoft.com/en-us/aspnet/core/security/authentication/identity-custom-storage-providers?view=aspnetcore-5.0 - https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authentication/identity-custom-storage-providers/sample/CustomIdentityProviderSample At the moment, the `Piranha.AspNetCore.Identity` package has a dependency on `Microsoft.EntityFrameworkCore`: https://github.com/PiranhaCMS/piranha.core/blob/fe7fd2846c0a1a4cb840612ae13f54bbdaed1e43/identity/Piranha.AspNetCore.Identity/IDb.cs#L15 But what if one does not want to store user and...
This allows for bringing your own implementations of those UserManager and RoleManager classes provided by ASP.Net Identity. See also #1634
This PR removes the readonly struct ID introduced in https://github.com/octokit/octokit.graphql.net/pull/78 and replaces it with a simple string. This removes some complexity like the custom JsonConverter and allows for simpler/cleaner mapping...
As stated in the documentation provided by Microsoft, ARM template parameters can be of various different types; string, securestring, int, bool, object, secureObject, and array. See https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax#parameters At the moment...
 Unsupported This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support...
### Proposal Integrate KEDA-HTTP with Azure Application Gateway for containers. AGC aligns with the k8s Gateway API 1.0.0 spec (released a couple of months ago) and provides loadbalancer/firewall ingress (L7...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...