Angular Angular Reactive Validation v4 released Today I released angular-reactive-validation v4.0.1. There were quite a number of breaking changes with Angular 9 Ivy that prevented users of v3.x to upgrade. However, the library is now fully compatible with Angular 9.
C# Fixing Roslyn compilation errors in unit tests of a code analyzer This article explains how to fix netstandard reference and missing Main method errors while developing a code analyzer
Codemotion Day #2 of Codemotion Amsterdam 2019 I recently visited the Codemotion conference in Amsterdam. In this post I'll share some noteworthy ideas I heard on day two and my thoughts on them.
Codemotion Day #1 of Codemotion Amsterdam 2019 The past two days I've visited the Codemotion event in Amsterdam. In this post I'll share some ideas that I found to be noteworthy and my thoughts on them.
.NET Core How to add additional claims to the HttpContext.User In this article I explore how to set additional claims coming from a web service in an environment with an IdentityServer4 authentication authority.