John Luo
John Luo
- [x] This issue is blocking: source build There are hardcoded paths in build tasks: https://github.com/dotnet/arcade/blob/0b0d5b90b5aba80c66a9e7a210e0af8093dc4f57/src/Microsoft.DotNet.Build.Tasks.Feed/build/Microsoft.DotNet.Build.Tasks.Feed.targets#L46 This breaks in source built packages where the TFM is different: https://github.com/dotnet/arcade/blob/e7ede87875f41a9b3df898ae08da5ebc96e24f56/eng/TargetFrameworkDefaults.props#L9
This would be in addition to syntax highlighting and grammar. This would allow us to have intellisense-like language support such as auto-completion for imported message types.
A few questions regarding https://github.com/grpc/grpc/pull/13207. I didn't read through all 192 comments but I did briefly read through the code after using it in a prototype. 1. .proto files in...
## ExceptionHandlerMiddleware will throw original exception if exception handler cannot be found Currently, the `ExceptionHandlerMiddleware` will execute the configured exception handler when an exception has occurred. If the exception handler,...
## Obsoleting AzureAD.UI and AzureADB2C.UI APIs and packages In ASP.NET Core 2.1, integration with Azure Active Directory (AzureAD) and Azure Active Directory B2C (AzureAD B2C) authentication was provided by the...
## Obsoleting DatabaseErrorPage With the introduction of [extensible handlers for `DeveloperExceptionPage`](https://github.com/dotnet/aspnetcore/issues/8536), we are planning to obsolete the `DatabaseErrorPageMiddleware` and its associated extension methods in .NET 5.0 with further plans to...
*Please use https://github.com/dotnet/aspnetcore/issues/23068 to discuss this change* ## Kestrel disables HTTP/2 over TLS by default on incompatible Windows versions To enable HTTP/2 over TLS on Windows, two requirements need to...
As part of migration of extensions packages from dotnet/extensions to dotnet/runtime, as described in https://github.com/aspnet/Announcements/issues/411, we are also making packaging changes to some of the migrated Extensions packages. To better...
# Issue description In addition to updating existing docs for AAD in https://github.com/dotnet/AspNetCore.Docs/issues/19809, we also need to include a migration guide for users going from 3.1 to 5.0. The following...
**What version of protobuf and what language are you using?** Version: The protoc included in Grpc.Tools 1.19.0 Language: C# **What operating system (Linux, Windows, ...) and version?** All platforms **What...