VisualMelon
VisualMelon
Context I'm imagining is a user who is assembling an object from different places (so can't just throw all the properties together at once without needing a builder or shadow...
@HavenDV thanks for pushing that (if nothing else makes it easier to talk about): what's your reckoning? (`NotNullWhen` appears in netstandard2.1)
Sorry, I'm not sure that's even good English to be honest. Just wanted to know your opinion on your latest commit; obviously it's not pretty, but I don't think we...
Cool; I suspect most other strings where we'll need these checks will be left as nullable, so shouldn't be wide-spread.
Queried licensing over in https://github.com/SixLabors/ImageSharp/pull/2176 ; I think all is OK, but keen to get clarity.
This looks great, thanks for putting this together. I'll try to find time to look it over properly tomorrow.
I think we should include a comment somewhere prominent that we now require .NET 5 or .NET 6 to build the libraries, though they still target .NET Core 3.1 and...
Would be nice also if `ref structs` could implement interfaces, and these interfaces be generic constraints. Naturally the `ref struct` can't be converted to an object known to implement an...
@airbreather I suspect you meant to ping me! You are absolutely right, `GetEnumerator()` would effectively preclude a `ref struct` inheriting from `IEnumerable` or `IReadOnlyList` etc. which wouldn't work. I'd completely...
@airbreather >I don't have data to support the following claim, but my intuition is that many "familiar APIs" have such "showstoppers". Yes, on reflection I would be inclined to agree...