Damian Edwards
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...
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.: - `` - ``...
`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...
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...
This is the current experience for editing the start/end time on the EditSession page:  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...
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 |...
### 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...
## 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...
## 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...