-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roslyn-analyzers build failure #2911
Comments
This is generally a sign of missing git remote information in your clone. What does a |
I have a two-staged working repo. A bare clone from github, then a working clone from the bare. Anyway, since it seems I was barking up the wrong tree trying to build this repo, I'm closing the issue. Sorry for the noise. |
Reopening after additional information from tmat. The problem is indeed that sourcelink does not (yet, tmat is working on it) handle local-only git upstream repo of the kind I used. However, the issue remains that this is a build error in |
@tamlin-mike Is this still value issue? Can it be closed? |
@mavasani While I haven't tested since, the following suggests it was fixed just the day after my last comment: Closing. |
roslyn-analyzers git version: 707ae40
VS 16.3
Cloned into W:\Roslyn\roslyn-analyzers
In cmd.exe:
Restore.cmd - Works
Build.cmd - Fails.
Last non-red line of output is
After that many, many screenfuls of
(
%USERPROFILE%
is not literal, the actual string displayed is what this env var expands to)Ideas?
EDIT/addition:
In case it could provid a clue; trying to build roslyn (not -analyzers), I get many similar messages, but not as errors but as warnings. They follow the same style but sees to refer to a different version of sourcelink (one could question the wisdom of depending on beta-versions of moving targets for production libraries, but that's a different can of worms):
The text was updated successfully, but these errors were encountered: