Jan Trejbal
Jan Trejbal
I am not part of the Dependabot team either, so I can not pull any strings to speed things up.
> I see this moves the dependency loop from the ruby side to the NuGetUpdater. Can you explain how this behavior change ultimately affects the end-to-end updater output? The change...
I have the same issue. I am sure it is bound to a source generator. Did you find any work-around?
I have a stack trace if it helps. (Project build works normaly) ``` Could not load file or assembly 'Dependency.Of.Source.Generation, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified....
If you can point me to the solution, I can implement it.
Hi, I do no longer remember what was cause of this PR. But for sure it was based on making a PR on widows. Than I accidentally commit file with...
The important part of the PR is `eol=lf` which makes sure you push files with LF line-endings. On linux it should be noop. On windows, it makes sure that it's...
This solves this kind of issues:  https://github.com/dependabot/dependabot-core/pull/5988
Thanks for testing, what is conclusion? Use only `* text=auto`? Or current `.gitattributes` without `eol`?
I am interested in this feature. Can I help?