FedericoBinda
FedericoBinda
Well, I encountered another issue while trying to do what you asked. I will try to clarify the original issue first and the new issue next. I am working with...
OK, thanks for the info.
I found a solution to the issue! Here is what I did (Mac OS): 1. Install the `Azure Artifacts Credential Provider` following the manual installation ([here](https://github.com/Microsoft/artifacts-credprovider#manual-installation-on-linux-and-mac)). Notice that you need...
Adding to my previous comment: I did the same on Windows and it worked. The only difference was the path in step 6: `~\AppData\Local\NuGet\CredentialProviders`
@mfschumann I just checked: They have made an update on the repo to target net5.0. Along with that update, they also updated the package references: ``` ``` In the version...
Yes, that's the location where I have it. I have to mention that I saw the same behaviour some time ago, but then it started working again, and I did...
The commit I have is 72ad0da. But looking at the history of the commits after that one, it doesn't look like they have done any significant changes, only documentation and...
Actually, 3 days ago they checked in with commit message "fix build".
I tried that but the parent row still gets committed to the database.
I think it might be a problem with `Microsoft.Data.Sqlite` itself. Somehow it does not seem to adhere to the System.Transaction scope. I get the same behavior in the example below:...