Damian Edwards

Results 137 issues of Damian Edwards

**OGCS Version**: v2.8.3-alpha **Edition**: Installed **Sync Direction**: O->G **Bug Description** Sync starting failing 10 days ago (March 18th, 2020) with error "Value cannot be null. Parameter name: source". After updating...

bug
waiting fix confirmation

Update [`src/MSBuild/MSBuild)/Microsoft.Build.CommonTypes.xsd`](https://github.com/dotnet/msbuild/tree/main/src/MSBuild/MSBuild/Microsoft.Build.CommonTypes.xsd) with the [various options and item types used for trimming](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options), so that they show up in the MSBuild file editor in Visual Studio, e.g.: - `` - ``...

Area: IntelliSense

`TelemetryClient.Flush()` doesn't actually block returning until the messages are flushed. This means if you're want to flush messages during application shutdown (like in Microsoft/ApplicationInsights-aspnetcore#304) then you have to add a...

enhancement
channel

During the workshop today I added the ability for the session cards on the Home and My Agenda pages to progressively enhance the buttons for adding/removing sessions from the personal...

enhancement

This is the current experience for editing the start/end time on the EditSession page: ![image](https://user-images.githubusercontent.com/249088/61095109-f9d8ba00-a406-11e9-991c-2d44dbcaa720.png) It currently relies on the default input field rendering for `DateTimeOffset` which isn't great, due...

RE #23551 Trying out `true` in a console project and it seems if I also set `true` then a debug build is performed rather than a release build. HelloWorld.Console.csproj ```xml...

untriaged
Area-NetSDK

I'm finding myself creating `Directory.Build.props` and `Directory.Build.targets` files more and more often these days and having item templates for those in the CLI would be helpful. ### Directory.Build.props Property |...

triaged
area: template-content

### Description As detailed in dotnet/aspnetcore#42413, the file-serving middleware (`DefaultFilesMiddleware`, `DirectoryBrowserMiddleware`, and `StaticFileMiddleware`) have been updated to no longer no-op (i.e. defer to the next middleware in the pipeline) in...

Announcement
Breaking change
Documented
7.0.0

## Background and Motivation > **NOTE:** This issue has been reworked, @DamianEdwards initial issue is included below the standard template. When using the ASP.NET minimal APIs the delegate that is...

help wanted
analyzer
Priority:2
feature-minimal-actions
area-web-frameworks
Cost:M

## Summary Enable the editor to suggest usings for types from shared frameworks that aren't referenced and then add the required framework reference and using import automatically (like is supported...

Area-IDE
Feature Request