Eilon Lipton

Results 52 issues of 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...

Question: using the SDK
improvement

## 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...

discussion

See https://github.com/aspnet/jquery-validation-unobtrusive/issues/76 for info.

enhancement
1 - Ready
PRI: 2 - Preferred

### 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...

t/bug
platform/windows 🪟
p/1
area/desktop 🖥️
s/triaged
s/try-latest-version

_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 {...

t/bug
area/Maps🗺

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...

Announcement
Breaking change

### 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...

area/blazor 🕸️
do-not-merge

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...

doc-enhancement
Pri3

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...

enhancement
future