Brennan
Brennan
Fixes https://github.com/dotnet/aspnetcore/issues/38448 `UsePathBase` can't reference `UseRouting` (circular reference) so had to employ a bit of a trick to make it work.
https://github.com/msgpack/msgpack-cli/blob/922607e3cbcc0bcef7dd7105dd72325e506a4174/src/MsgPack/Serialization/SerializationCompatibilityOptions.cs#L184-L185 When setting this value to true in `PackObject` it still doesn't serialize non-settable properties, although the comment seems to say it should.
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain Given a helix log like: [this](https://dev.azure.com/dnceng/public/_build/results?buildId=1933615&view=logs&j=3f6d4e0f-1b71-56b5-361e-d95b6e6da15a&t=e4ee6667-9b0a-5a6e-4e24-bcba939f2af2&l=223) Also, shown relevant part of it here: ```...
With the introduction of `ChannelMessageQueue Subscribe(...)` and the async version, `ISubscriber` is no longer mockable (because of `sealed class ChannelMessageQueue`) so it's difficult/impossible to unit test code that uses Redis.
https://github.com/EventSource/eventsource/pull/273/files#diff-0768641ba3de29bd47afffe8f6fe71ed13e9fe1628a550ca18896269002b510eR164 changed to use `new URL(location)` which fails when the location header is a relative path: https://nodejs.org/api/url.html#new-urlinput-base Edit: been dealing with 1.1.1 vs. 2.0.2 questions a lot, so got mixed...
--- **Issue moved from dotnet/aspnetcore#26600** - Please respond to @mithunscout. --- _From @mithunscout on Monday, October 5, 2020 5:16:41 AM_ Team, I have one application which uses the below logic...
### Description `IHubClients` and `IHubCallerClients` now hide interface members `IClientProxy Client(string connectionId);` and `IClientProxy Caller { get; }` with `ISingleClientProxy Client(string connectionId);` and `ISingleClientProxy Caller { get; }` in order...
### Description Hub methods now support injecting services from your Dependency Injection container. In rare cases this can break applications that have a type in DI that is also accepted...
## Notice on obsoleted and removed APIs in AspNetCore [Brief description of the change] ### Version introduced 6.0.0-preview1 ### Old behavior APIs were not removed or obsolete. ### New behavior...
### Description Starting in RC2, when we look for `TryParse` or `BindAsync` methods on your parameter types if we don't find a valid one we will also look for invalid...