Steven Jeuris
Steven Jeuris
Could you add the XAML code where you use the converter? Also you can use markdown formatting so it is actually readable. ;p
I don't know whether I have tried using that specific converter within a control template before, but [the TimeLine control](https://github.com/Whathecode/TimeLine/blob/master/Whathecode.TimeLine/Themes/Generic.xaml) seems to at least use the [`EqualsConverter`](https://github.com/Whathecode/Framework-Class-Library-Extension/blob/master/Whathecode.PresentationFramework/Windows/Data/EqualsConverter.cs) (which extends from...
I don't fully understand the error. Could you paste the exact error message you get (the stack, [e.g. as such](https://github.com/Whathecode/Framework-Class-Library-Extension/issues/10))? Is it one I throw from the `DependencyPropertyFactory`, if so,...
Asked whether this is possible [on PostSharp support](http://support.sharpcrafters.com/discussions/questions/152-introducing-static-constructor).
Any input on this? As we are approaching another round of needed SBOM output, I'd like to assess whether we should at all rely on this tool. Maybe @melotic ?
### Phone numbers Storing/validating the country calling code separately seems appropriate. I'm uncertain why the ISO code for the country is there as well, though. It seems like this is...
Once these requests are introduced, `RecruitmentService.inviteNewParticipantGroup` should be marked as deprecated. The concurrent implementation can lead to errors when the dependent `DeploymentService` is down. Eventual consistency should be used instead...