Jaroslav Kazejev
Jaroslav Kazejev
Good point! Thanks! By the way, is this project still maintained or has it moved somewhere else?
Described the workaround more elaborately in an answer on [Stack Overflow](https://stackoverflow.com/a/63450325/4386762)
For instance if users can register with a phone number, or if using a custom user administration that allows an administrator to manually add users. The minimal required information for...
This is when using a `UserValidator `with `RequireUniqueEmail = true`. A possible workaround is to set `RequireUniqueEmail = false`, but then you will not get any email address validation when...
I am experiencing this in VS 2015. Disabling and re-enabling does not fix this, neither does Uninstalling and re-installing. I had documents open when I tried the above, so it...
You can use the plugins in many audio/video editing programs. For example, I use the VST plugin with Davinci Resolve.
I only use GUI based software, but maybe ffmpeg can transcode with the ladspa plugin.
According to https://docs.microsoft.com/en-us/dotnet/standard/net-standard the minimum for .NET Standard 2.0 is .NET Framework 4.6.1, or am I reading something wrong?
Will there be any issues with _JsonKnownTypes_ and .NET Framework 4.6.1? _Newtonsoft.Json_ works, so I hope this will work too.