-
Requested here:
https://github.com/dotnet/corefx/issues/32742#issuecomment-549060817
-
Hi,
Is there any way using `netstandard21` to check if `System.Reflection.DispatchProxy` is supported on the current platform?
In [this issue](https://github.com/dotnet/corefx/issues/29258) it is …
darkl updated
3 years ago
-
Steps to reproduce:
- `build.cmd`
- `build-tests.cmd`
- `cd src/System.Collections/tests`
- `msbuild /T:BuildAndTest`
E.g. change a test here (https://github.com/dotnet/corefx/blob/1d4d1d8b00f0…
-
There is no way of overriding the validation of server certificates on an SslStream utilised by ClientWebSocket.
Could this be exposed through ClientWebSocketOptions?
_EDIT 3/5/2018 by @stephent…
-
I've been using this as I develop on my Windows machine and it's awesome! I'm publishing to an Ubuntu machine, however, and I'm getting an exception that bcrypt.dll could not be found. That's obviousl…
-
## 🐛 Bug Report
I was using `Microsoft.Extensions.DependencyInjection` 3.1.1 in a Xamarin.Mac Modern project and NuKeeper upgraded it to 3.1.2, which caused it to fail at runtime.
`Microsoft.E…
-
I realize this might not be the best spot to ask this, but I figure it case anyone else has a similar issue then they might be able to get an answer:
I am curious on why "#if NETSTANDARD2_0" are pl…
-
Currently EF6 only supports standard **2.1 or core, or 4.7.2**.
What would simply be so freaking amazing is if this ### **had standard 2.0 support.**
I think its absolute madness that MS team has mi…
-
In Foundatio 10.0 I want to move all of our extension methods we have added to the interface abstractions to be default interface implementations instead of being extension methods. The reason for doi…
-
### Describe the bug
Trying to deserialize a generic class or struct using the new `ReadFromJsonAsync` from System.Net.Http.Json fails silently.
I tested it using either a struct or a class. B…