Eriawan Kusumawardhono
Eriawan Kusumawardhono
@onovotny Pardon, what do you mean `LicenseMetadata`? CMIIW, as far as I know is `license` under `metadata` section inside nuspec. source: https://docs.microsoft.com/en-us/nuget/reference/nuspec#license If you mean adding this `license` editor as...
@kurtschelfthout I think we could check the variance by checking manually whether the type is derived from or not derived recursively. But this only applies for covariance only, For contravariance,...
@kurtschelfthout by checking manually I mean traversing back the inheritance from the type to the parent type, and then back to the desired parent type recursively. A sample case of...
@BenVillalobos I would like to work on this issue, but since all of those codes under XamlTypes folder needs WPF references such as `System.Windows.Markup`, so if we are going to...
Any use of `MaskedTextProvider` will not work for web (ASP.NET Core) at all. Because `MaskedTextProvider` requires Winforms runtime and related Winforms components (such as those in `System.ComponentModel.TypeConverter.dll` asssembly, and it...
@EngAhmedWaleed Let me see... what id the exact version of .NET Core SDK you have?
@EngAhmedWaleed Ok, currently I only have .NET Core SDK 3.0.101 and 3.1.200 installed on my machine, and it doesn't happen. I'll install SDK 2.1 now, because I need to test...
@EngAhmedWaleed Have you ensured that you already have Omnisharp in the plugin folder? If the omnisharp-roslyn folder is not available, then that error may occur. This is the look of...
@vzarytovskii > I'm fairly certain we don't run it in IDE during checks since it's quite expensive. Pardon, do you mean that this bug is by design? I mean, it...
@vzarytovskii Feel free to CMIIW, but based on this blog: https://devblogs.microsoft.com/dotnet/announcing-fsharp-8/ It says there should be a warning when build. Normally, those warning messages when building the project should be...