Ian Kemp
Ian Kemp
@nohwnd Implementing a breaking change in this manner is unacceptable regardless of whether it makes the behaviour more "correct" (for your value of "correct") or not. I, and most affected...
If your developers reject a particular framework based solely on the "reason" that they don't like the phraseology it uses, the problem is not with the framework. If you allow...
Not stale, reopen!
Yeah, this is because Microsoft added `DateOnly` and `TimeOnly` in .NET 6 but stupidly neglected to add built-in `TypeConverter`s for them. This will be fixed in .NET 7 but until...
Why does this documentation page exist **at all** for .NET Core, [considering that the current implementation is specified to always throw a `PlatformNotSupportedException`](https://github.com/dotnet/coreclr/blob/c239af7f3cfe1a62137a1c24a4228a69dd2df654/src/System.Private.CoreLib/shared/System/Reflection/Assembly.cs#L208)?
It gets better: [this document](https://github.com/dotnet/corefxlab/blob/master/docs/specs/typeloader.md) suggests that not only will `Assembly.ReflectionOnlyLoadFrom` never be implemented, but that users who require this functionality should be using the .NET Standard-only `System.Reflection.TypeLoader` instead.
Is there anything that we as the community can do to assist in closing that gap? Documentation has always been the area where Microsoft has had the competition beat, and...
I would like to add a separate "version" of this page, that is only displayed for .NET Core and Standard, that indicates this method always throws `PlatformNotSupportedException` and that consumers...
Built from `master` as at this date with VS 2022 on Windows 10 21H2 (19044.2486), using Windows SDK version 10.0.22000.0 and C++ platform tools v143, in Debug mode. It runs...
> @OculiViridi This is not a regression. A regression is when something stops working that was previously working. This has never been implemented. There was an implicit existing behaviour, you...