Szymon Sobik

Results 3 issues of Szymon Sobik

### Reproduction steps Compile & run ```.cs using LibGit2Sharp; Repository.Init(args[0]); var repo = new Repository(args[0]); TreeDefinition current = new(); current.Add("sample/stays/to/a/file", repo.ObjectDatabase.CreateBlob("stays".ToStream()), Mode.NonExecutableFile); current.Add("sample/removed/to/a/file", repo.ObjectDatabase.CreateBlob("removed".ToStream()), Mode.NonExecutableFile); current.Remove("sample/removed"); var tree = repo.ObjectDatabase.CreateTree(current);...

How to reproduce: Use pipeline without container with git-lfs version a, then switch to a container with git-lfs version b. The important thing here is that the code is checked...

**Description:** Non-root install in tool cache using Microsoft provided binary archives. **Justification:** self-shosted runners should be run as non-privileged user for security. The action is unable to install dotnet without...

feature request
investigation