jhudsoncedaron

Results 14 issues of jhudsoncedaron

Previously (net core 2.1), this worked: ```` false ```` Now, it doesn't, and even all this doesn't work: ```` false Never false true all ```` What's going on is I...

backlog
size:3
Priority:3
triaged
Iteration:2023February
gathering-feedback

Potentially a dupe of [Waiting Review] Improvements in Tfs branches support #480 We have a large old TFS project we're trying to move to git. The TFS branches have lots...

```` Imports System.Runtime.CompilerServices Public Module Program Public Sub AddRange(Of T)([Me] As IList(Of T), elements As IEnumerable(Of T)) For Each e In elements [Me].Add(e) Next End Sub Public Sub AddRange(Of T)([Me]...

### Steps to reproduce 1. Have symbolic link to a directory in the current directory 2. Call ExtractZip on a malicious zip that knows the symbolic link is there 3....

enhancement

The signature handling code does not pass the list of signed xml fragments to the signature reader in any way. It can be fooled by a document constructed as follows:

investigate

The exit code for script not found is currently 1, which is a most unfortunate choice for us. We are using dotnet-script to provide git merge drivers. It looks like...

This kind of problem doesn't have a short reproduction. When code is to be loaded dynamically we don't get a correct reference to the package. Web server csproj fragment: ```...

### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug On upgrading from yarn 1 to yarn 4, after following the upgrade instructions as...

bug
not a bug
waiting for feedback

If I had enough information to file this as a bug report I'd file this as a bug report. It feels very much like a bug; but it might be...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...