Glen

Results 238 comments of Glen

If I read: ```cs (1024).Kibibytes().ToString(); ``` I expect to see `1 MiB`, not `1.024 MB`. If I wanted to see MBs, I would have used `(1024).Kilobytes().ToString();`. If the `ByteSize` took...

> You do run into the issue that Vogen validation runs on data from the database then however. Which means invalid data (even purposefully invalid data) will then result in...

> @glen-84 It isn't running on every read. Check the deserialization strictness configuration paramter. You can skip validation already when using the generated EfCoreValueConverter Oh, this isn't documented in the...

@Blackclaws Thanks for the info. 👍 @SteveDunn > The times I do need to read from infrastructure and convert to domain objects, I tend to use an explicit 'anti-corruption layer'....

So it's basically having a separate persistence layer? We've decided not to use VOs for our entity properties, but still use them for parameters to entity methods. For example: ```cs...

> comma after all array values Could the sniff be configurable to enforce the opposite (no comma after the last element in a multi-line array)? > align => in key/value...

> One suggestion would be to figure out why you wouldn't want the arrows aligned ... I just don't think that it always make sense, especially in larger array declarations....

Hi Matthew, You can follow [this issue](https://github.com/Microsoft/vscode/issues/16204) for updates regarding the styling of diagnostic errors. I don't think that there is anything that I can do to control these styles....

See https://github.com/Microsoft/vscode/pull/27053.

https://github.com/FusionAuth/fusionauth-issues/issues/1660 is listed twice.