reponemec

Results 8 issues of reponemec

Is it possible to compare array items by specified identifier? For example by id, so left[0] to right[0], left[2] to right[**1**]? (Zero based indexed): ``` var left = [ {...

When I reference and configure HF in my web application, when I run it, I get the following exception: _HttpException (0x80004005): The type 'Microsoft.Owin.Security.AuthenticationDescription' is ambiguous: it could come from...

Please review my ideas for improving the library. All new features are unit tested and passed as well as all existing tests. **New features brings no breaking changes, the original...

If I use ``` void ConfigureRazorLight(IServiceCollection services) { services.AddSingleton(); RazorLightEngine engine = new RazorLightEngineBuilder() .UseFilesystemProject(_hostingEnvironment.ContentRootPath) .UseMemoryCachingProvider() .Build(); services.AddRazorLight(() => engine); } ``` And if I have a `@inject IMyService _myService...

Is it possible to use multiple instances of IRazorLightEngine at the same time in ASP.Net Core application? For example, first instance for embeded resource templates, second for database and third...

Is there a point provided by Katana API for adding RequestedAttribute elements into the AuthnRequest element? I use FederationMetadata.xml emited by STS but that file lacks (I do not know...

Is it possible to find out the reason why the mail is invalid? Some friendly message... Thanks.

enhancement

## Summary When using Git on Windows 10 with Git Credential Manager (GCM) and pushing to a GitLab remote over HTTPS, my first `git push` consistently fails with an authentication...

platform:windows
host:gitlab