Eilon Lipton
Eilon Lipton
I have code like this: ```c# var issueUpdate = new IssueUpdate(); issueUpdate.AddLabel("some label"); await gitHub.Issue.Update("owner", "repo", issueNumber, issueUpdate); ``` But over the wire, this request body is sent: ```json {"milestone":null,"labels":["some...
## This repository is obsolete and no longer used or maintained. All SignalR Java work is located at https://github.com/aspnet/SignalR, in the https://github.com/aspnet/SignalR/tree/release/2.2/clients/java/signalr folder. As a result, we're not accepting anymore...
See https://github.com/aspnet/jquery-validation-unobtrusive/issues/76 for info.
### Description I created a new .NET MAUI Blazor app, added minimal customization (details below) and ran it on Windows. When I launched it, it launched as a white rectangle...
_Originally posted by @K-Ketchup in https://github.com/dotnet/maui/issues/12320#issuecomment-1676661355_ Maps wasn't working but a fix was found in MauiProgram.cs. Changed the file from ``` using Microsoft.Extensions.Logging; namespace Dook; public static class MauiProgram {...
The VS project file `*.kproj` was renamed to `*.xproj`. An example of this change can be seen here: https://github.com/aspnet/Options/commit/28168db62760d633a9a8a3d5712a35ea456527a1 # The contents of the `xproj` file have also changed slightly...
### Description of Change # NOTE: This is a Work In Progress! This adds a new template to `dotnet new` and in Visual Studio that creates a solution with .NET...
This is motivated by this issue: https://github.com/dotnet/maui/issues/15920 On Android you can't 'move' a control from one parent to another without first removing it from the first parent. This is different...
Related: #62 If we use a proper Markdown parser it would be great to take some Markdown like this: ``` > Hey brothers, check out this radical *code*: > ```javascript...