njlr

Results 252 comments of njlr

The strangest thing - in my repro on GitHub Actions the issue has been resolved. However, on my own machine (also Ubuntu) the build is not reproducible. Any ideas?

According to `pkgdiff`, there is a tiny difference in `app.dll` [pkgdiff_reports.zip](https://github.com/bazelbuild/rules_dotnet/files/10396144/pkgdiff_reports.zip)

> @njlr Did you update to v0.8.4? I used your repro to test this and it was failing before and fixed once I tested the latest release. Could you try...

``` diff 00000950: 6c69 6e75 782d 7361 6e64 626f 782f 3436 linux-sandbox/46 228c228 < 00000e30: 0020 4000 0000 0000 9436 f0aa 0001 4d50 . @......6....MP --- > 00000e30: 0020 4000...

Here are two `app.dll` files that do not match: [app.zip](https://github.com/bazelbuild/rules_dotnet/files/10396181/app.zip)

A few tweaks, but I have the correct tag and hash: ```starlark load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_pkg", url = "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz", sha256 = "8a298e832762eda1830597d64fe7db58178aa84cd5926d76d5b744d6558941c2", ) load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies") rules_pkg_dependencies() http_archive( name...

Ah! So sorry, I had a `.bazerc` in my home directory that I forgot about. ``` cat ~/.bazelrc common --override_repository=rules_dotnet=/home/njlr/Documents/rules_dotnet ``` It works after removing that.

> Is it on NuGet release package or in GitHub CI package? This is NuGet

> Try package from GitHub, it may be fixed there Is there any reason the latest is not pushed to NuGet?