Graham Esau

Results 15 issues of Graham Esau

Follow-up from #142, to make upgrading semver-incompatible versions of optional dependencies easier > It's probably worth taking a look at the other optional dependencies, judging whether they're likely to have...

I've been working on Schemars for a little over 2 years now - it's always just been a personal project of mine, which does mean its progress depends on my...

1.0

Received via email > Is there a way to get schemars to add serde aliased enum values to the generated schema? E.g. each aliased value shows up in the enum...

For C# record types, ASP.NET Core model validation checks validation attributes to be applied to constructor parameters, rather than their corresponding properties. In fact, putting the attributes on the properties...

Currently, we can generate C# models for use with either Newtonsoft or STJ, by setting the `CSharpGeneratorSettings.JsonLibrary` property. But in most cases, there's no need for these to be mutually...

Supersedes https://github.com/GREsau/schemars/pull/162 Docs still need updating

Depends on https://github.com/GREsau/schemars/issues/168

Ideally, this should compile as-is, but it currently requires a `#[schemars(bound = "T::Item: JsonSchema")]` attribute: ```rust struct MyIterator; impl Iterator for MyIterator { type Item = String; fn next(&mut self)...

Previously reported in #1379, but the issue was closed by the original reporter for some reason, despite the actual problem still being present in Dapper. ```c# connection.Query( "Select xxx from...

**Is your feature request related to a problem? Please describe.** We're using react-scrollbars-custom in a very small space-constrained UI, and would find it very useful to be able to set...