Daniel Sundberg
Daniel Sundberg
When a content file starts with a UTF8 BOM I don't get any metadata which can result in hard-to-find bugs. We're using Wintersmith to generate a docs site and we...
I would like to use this tool to generate a static documentation site. I have a bunch of md-files in a folder: ``` file1.md file2.md ... ... ``` Now I...
When trying to fetch an object containing a DateTime with a milliseconds part I get an exception: ```` System.Runtime.Serialization.SerializationException : There was an error deserializing the object of type MyNamespace.MyClass....
I have the following API-method: ````CS [Route("api/xyz")] [HttpPost] public IHttpActionResult PostAPIXYZ() { return Ok("ok"); } ```` Then calling it with: ````CS using PainlessHttp.Http; var config = new Configuration { BaseUrl...
### Existing issues For .Net 10 there is [#64512](https://github.com/dotnet/aspnetcore/issues/64512) with a similar problem but the OP didn't reopen since he solved his problem in another way. [#49180](https://github.com/dotnet/sdk/issues/49180) was fixed in...