Andreas Vilinski

Results 27 comments of Andreas Vilinski

I'm not a maintaner, but I have got debugging fsdocs command tool with vscode. You should set working directory and needed arguments, for example `build --eval`, to start docs generating...

@FaguiCurtain I'm afraid to ask how to accomplish the 2. at all

Thank you! Well, it doesn't crash, which is already excellent. But there are still some bugs, making it useless: ```fsharp open Swifter.Json open Swifter.FSharpExtensions type Payment = Cache of decimal...

I think honestly there is no "right", what fits for all. And it is not easy to implement it. I used to write json formatter, which would produce this: ```json...

Yes, F# OOP is crap. Glad you don't give up ))) Created a gist with port of current code without knowing what it does: https://gist.github.com/vilinski/def2f35f78f68c523f994aaa3d3f111d Let me know if I...

since the version `1.0.0-rc9.5` and above the versioning is broken for me ``` Service -> OpenTelemetry.Instrumentation.Http 1.0.0-rc9.5 -> OpenTelemetry (>= 1.4.0-alpha.1) -> OpenTelemetry.Api (>= 1.4.0-alpha.1) -> System.Diagnostics.DiagnosticSource (>= 6.0.0 &&...

despites from the suprising fact that rc depends on alpha? ^^ in short I have in obj/project.assets.json a System.Diagnostics.DiagnosticSource in a version `7.0.0-rc.1.22426.10`. If I reference it explicitely in version...

I think it can work, but I suspect any other dependency requires it to be of 6.0.0. Or maybe some conditional OTel target doesn't work as expected. Is referencing 7.0.0...

I really dont' know how to construct an example. My theory is here: ``` MyApp -> MyAppDep -> System.Diagnostics.DiagnosticSource 6.0.0 -> OTel rc -> OTelDep alpha -> System.Diagnostics.DiagnosticSource ^ declared...

the same as F# script: https://github.com/vilinski/fsharp-scripts/blob/master/toolupdate.fsx dotnet fsi toolupdate.fsx no installations needed