David Gardiner
David Gardiner
I wasn't able reproduce this. Are these the right steps?: - Create SQL Database project in VS 2017 - Add file.sql on disk but not in project - Commit all...
Hmm.. I've seen that with .svcinfo and /wsdl files before. Is that just because someone on the team has forgotten to actually check those files in?
That's a good idea. Probably the best way is to figure out where the git root directory is for the repository. Eventually I want to support recursive .gitignore files too.
I wonder if something like ilmerge could be used to inline the LibGit2Sharp assembly for both projects? There's still the matter of LibGit2Sharp.NativeBinaries though, so maybe not. It's a pity...
Seeing this once or twice a day. Not necessarily a long-running instance either. Started Terminal today and 10 minutes later it was killed. ```text Application: pwsh.exe CoreCLR Version: 9.0.124.61010 .NET...
I'm assuming not, as it isn't listed in the 3.0 docs, but is for 4.0
Might be worth looking at the `Get-FileHash` source at https://github.com/PowerShell/PowerShell/blob/master/src/Microsoft.PowerShell.Commands.Utility/commands/utility/GetHash.cs to see if there's tweaks you can adopt here.
@gep13 is the logo commit supposed to be on this PR/branch?
This may also possibly resolve https://github.com/chocolatey/chocolatey-licensed-issues/issues/372
Is there a way to use the modules without adding them all to PSModulePath? (or maybe just add one or some of them)