njlr

Results 252 comments of njlr

@purkhusid Would you be able to open-source this tool? I am interested in trying it.

I am interested in using Paket; I also tried to create a similar tool. Unfortunately my attempts with F# and Bazel failed due to a few other issues (https://github.com/bazelbuild/rules_dotnet/issues/234, https://github.com/bazelbuild/rules_dotnet/issues/235)

@purkhusid I think the Fable output might be consumed by rules from `rules_nodejs`, but I don't think this would require a dependency on them.

> @njlr This is known issue with the `next` branch. The new NuGet handling is not yet handling the `runtimes` folder. I'm planning on fixing this soon since I need...

Works when using the branch in [this PR](https://github.com/bazelbuild/rules_dotnet/pull/303): https://github.com/njlr/rules-dotnet-issue-native/tree/fix

I was able to get this working with a shim. Interested in cleaner approaches. `BUILD.bazel` ```starlark py_source_files = glob([ "*.py", "tests/*.py", ]) py_test( name = "flake", srcs = [ "flake.py",...

I could imagine a type like this working well: ```fsharp [] type Response 't) | Async of async : Async) | CancellableTask of cancellableTask : (CancellationToken -> Task

@ivelten I don't have permissions @xperiandri Can you help?

This PR is different but related - it exposes the files inside Nuget packages: https://github.com/bazelbuild/rules_dotnet/pull/316