Ilja Nosik
Ilja Nosik
@alfonsogarciacaro I looked at the [DOM bindings of Bridge.NET](https://www.nuget.org/packages/Retyped.dom/) and they also have proper types and values of `TType`. For example, they have a `XMLHttpRequest` class, and a static property...
> I think in this case the "actual" parent is Node and the rest are interfaces. According to MDN, `Element` inherits `Node` inherits `EventTarget`. As far as I can tell,...
Same on a third machine (macOS + Safari).
Seems to affect C# only. Does not happen with F# or VB.
What's the status of this? The .NET SDK >= 2.1.300 generates these attributes by default and I had a custom `AssemblyInfo.fs` file in my project. As my app attempted to...
For anybody who wants to disable the automatically generated metadata file (for now), we can add a [`Directory.Build.props` file](https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build) in the root of the project with the `GenerateAssemblyInfo` property set...
Added `"FSharp.TestExplorer.AutoDiscoverTestsOnLoad": false` to the configuration as a workaround for now.