Alexandre Murari Junior

Results 5 issues of Alexandre Murari Junior

**Describe the bug** GUI application opens, freezes for 2~3 seconds and exits. **To Reproduce** Steps to reproduce the behavior: 1. Open the `alienfx-gui.exe` app 2. The app freezes and exits....

The compressor doesn't allow to select which assemblies you do want to pack into your executable module. Let's say you have 5 DLLs, but you only want the compressor to...

enhancement

### Discussed in https://github.com/nhibernate/fluent-nhibernate/discussions/518 Originally posted by **alexmurari** January 13, 2022 Hi, I'm looking for an interface like `INaturalIdConvention`, so I can apply the same casing style to the names...

# Add TimeProvider support to token validation TimeProvider abstracts time and enables deterministic tests. ## Description Added a new parameter to the `TokenValidationParameters` class to hold the `TimeProvider` instance. The...

Currently, token lifetime validation is performed by getting the current time from a DateTime ambient context, as [seen here](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/d353b5a67200933361941550e99d4a15a11de04e/src/Microsoft.IdentityModel.Tokens/ValidatorUtilities.cs#L38). (I know there's other places where DateTime is used to get...

Enhancement
Customer reported
Fundamentals