Wim Van Laer
Wim Van Laer
Hi, I'm new to Swift/iOS development so I probably am just missing something but I get an error when I try to install the package using the package manager: ```...
#### How to reproduce? I have an observable collection of view-models which i convert to a series collection. In the conversion i get a `NullReferenceException`. ViewModel: ``` c# public class...
**Description** Since iOS it is possible to detect whether a location is mocked. Using the `isRunningInSimulator` flag on a location. This could be used for the `isMocked`.
According to the RFC 7009 it should be possible to revoke a token. The Token Revocation extension defines a mechanism for clients to indicate to the authorization server that an...
## Problem I have a POST method: ```c# public async Task Post([FromBody] Person newMember) ``` With the `Person` model being: ```c# public class Person { /// The name of the...
## What does this PR do? Adds a test container for an SMTP server. I implemented the rnwood/smtp4dev server (https://github.com/rnwood/smtp4dev). ## Why is it important? The current SMPT test container...
Certain providers, for example Entra ID, return durations as quoted strings instead of JSON numbers. This is a deviation from the standard. This change allows for the successful parsing of...