Rob Slavin
Rob Slavin
I experienced the same issue for F# Interactive version 11.0.0.0 for F# 5.0 Code that worked fine in jupyter notebook fails when running in a fsx file on the above...
Looking further into this, I can see the two problems are distinct from one another. 1. Using `#r "nuget` seems to modify the default path which breaks using relative paths...
I saw this issue after renaming the functions class e.g. "public static class BlobTrigger" "public static class MeaningFullName_BlobTrigger"
I remembered this issue from late 2021 when I wrote my first set of playwright tests. It would still be nice to have this feature.
Thanks @kshyju! I will let our team know.
Hey, I was interested in using subscribers in a react component and found myself here. I forked the example and upgraded it to the latest version of Feliz and it...
@Freymaurer yes I am. I'll take a look at it next week, I'm sure I'll have questions!
I believe have a similar error FSC : error FS2014: A problem occurred writing the binary 'C:\Users\slavinr\Source\Repos\errorFS2014\ConsoleApp\obj\Debug\netcoreapp3.1\ConsoleApp.dll': Error in pass3 for type Program, error: Error in pass3 for type MyClass,...
@cartermp yep, same thing for release. VS Details below, I have repro'd in VS, VsCode and using dotnet build. Microsoft Visual Studio Professional 2019 Version 16.4.2 VisualStudio.16.Release/16.4.2+29613.14 Microsoft .NET Framework...
It appears as though my issue was with the inref. The C# Interface uses a **in** modifier on the first parameter, removing this requirement also removes the compiler error.