Matt Painter
Matt Painter
This branch resolves issues #52 and #53. I have bumped the version to 3.0.1 and updated `AssemblyInfo.cs`. Check your Appveyor config, @mika76 - remember the previous version was still displaying...
Mac port
What better way to maintain momentum than to launch straight into the next thing? 😜 I'm only being _partly_ facetious. I'm a Mac guy at home, I've never done OS...
I have owned this domain for years now, however it is somehow now present on https://raw.githubusercontent.com/disposable/disposable-email-domains/master/domains.json It's a personal, not a disposable domain. This appears to be a recent change....
### Bug type Component ### Component name MudTable ### What happened? **Summary** If `TableData.Items` is an `IEnumerable`, context state cannot be modified. **Background** I have a MudTable which receives data...
Particularly on the Pi, it appears that some people need to compile Sanchez from source. And when doing so, for some reason the single file packaging doesn't work.
The following code in BlazorTest is failing when a content header (such as `Content-Type`) is present on the request. This is preventing testing POST / PUT requests: ```c# foreach (var...
I am reading EBCDIC files so am passing in an encoding when constructing `BinarySerializer`. I have a handful of `IBinarySerializable` types that require the current encoding, however this isn't present...
I am a rank amateur with Avro and am attempting to generate C# classes from a collection of third-party Avro schemas. One of the schemas refers to a `type` which...