Alex Corrado
Alex Corrado
Ah makes sense. I'm using it in an experiment to see if I can bring my unit test framework to Fable. The name is just used to print the name...
I found a workaround: save the static field to a local first. This works as expected: ```fsharp static member IncrCount() = let count = Foo.count Foo.count
Hello, I have a project that needs code quotations. What is the status of this? Is there anything I could do to help? One idea I'm investigating is to create...
> Having a specialized Fable.Reflection package is a good idea, although I'm not sure if it can work with quotations, because these rely on the .net base reflection API if...
I'd like to poke this thread, since I've just run into this case myself. My thoughts on previous comments: > [I'm against this because is breaks code on surprising ways...
Note that subclassing C# records will also run into https://github.com/dotnet/fsharp/issues/13201 because they use covariant return type overrides internally.
I don't personally develop on Windows, but if someone were to contribute nuget packages for Windows Phone that would be great :)
> such types are erased to `object` This makes sense if there are value types in the set of types, but if there are reference types only, it makes more...
> FSC : error FS2014: A problem occurred writing the binary 'D:\a\1\s\artifacts\obj\FSharp.Core\Release\netstandard2.0\FSharp.Core.dll': Error in pass2 for type Microsoft.FSharp.Core.FSharpOption`1, error: duplicate entry 'get_IsNone' in method table [D:\a\1\s\src\fsharp\FSharp.Core\FSharp.Core.fsproj] Hmm.. I think the...
@smoothdeveloper Thanks for tracking down that discussion thread! > I myself would prefer the feature to be guarded by an attribute (to enable it on case by case basis to...