-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d36a0a6ede6f257b1bc2b518ba82c61888ede219 Author: Timo Wolters <[email protected]> Date: Thu Aug 12 14:14:12 2021 +0200 Update FileConfigurationStorage.cs The default configuration will be returned instead of throwing an exception. This should help make the application more resilient during startup. commit deabce5 Author: Timo Wolters <[email protected]> Date: Thu Aug 12 13:44:19 2021 +0200 Updating to LibGit2Sharp Prelease The prerelease version should be able to handle missing dlls better than the official release based on libgit2/libgit2sharp#1741 commit 98808bc Author: Timo Wolters <[email protected]> Date: Thu Aug 12 12:59:09 2021 +0200 Fixed issues with failing integration tests. Enabled integration tests in Github Actions again. Bugfix: Integration tests will no longer execute in parallel to avoid accessing shared resources. Bugfix: Fixed an issue with misleading messages during initial setup.
- Loading branch information
1 parent
b5081b3
commit fb6e2d7
Showing
8 changed files
with
68 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"parallelizeAssembly": false, | ||
"parallelizeTestCollections": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48780,5 +48780,48 @@ | |
"TargetFramework": ".NETStandard2.0" | ||
} | ||
] | ||
}, | ||
"[email protected]": { | ||
"@id": "https://api.nuget.org/v3/catalog0/data/2021.02.19.21.16.19/portable.bouncycastle.1.8.10.json", | ||
"@type": [ | ||
"PackageDetails", | ||
"catalog:Permalink" | ||
], | ||
"Authors": "Claire Novotny", | ||
"Copyright": "© 2000-2021 Legion of the Bouncy Castle Inc.", | ||
"Created": "2021-02-19T21:14:13.537Z", | ||
"Description": "BouncyCastle portable version with support for .NET 4, .NET Standard 2.0", | ||
"IconFile": null, | ||
"Id": "Portable.BouncyCastle", | ||
"IsPrerelease": false, | ||
"LastEdited": "2021-02-19T21:16:18.95Z", | ||
"LicenseExpression": null, | ||
"LicenseUrl": "https://www.bouncycastle.org/csharp/licence.html", | ||
"Listed": true, | ||
"MinClientVersion": null, | ||
"PackageHash": "b7zjLYytAljmNGKnthuwXbiLKfPMNoi04YHUeWj8BwPMVI6R7dwJRQnnfMfOReSPxjU/KvKNJnO9I1Q5yn4EQA==", | ||
"PackageHashAlgorithm": "SHA512", | ||
"PackageSize": 3153922, | ||
"ProjectUrl": "https://www.bouncycastle.org/csharp/", | ||
"Published": "2021-02-19T21:14:13.537Z", | ||
"Repository": "", | ||
"RequireLicenseAcceptance": false, | ||
"Title": "Bouncy Castle Portable", | ||
"VerbatimVersion": "1.8.10", | ||
"Version": "1.8.10", | ||
"DependencyGroups": [ | ||
{ | ||
"@id": "https://api.nuget.org/v3/catalog0/data/2021.02.19.21.16.19/portable.bouncycastle.1.8.10.json#dependencygroup/.netframework4.0", | ||
"@type": "PackageDependencyGroup", | ||
"Dependencies": [], | ||
"TargetFramework": ".NETFramework4.0" | ||
}, | ||
{ | ||
"@id": "https://api.nuget.org/v3/catalog0/data/2021.02.19.21.16.19/portable.bouncycastle.1.8.10.json#dependencygroup/.netstandard2.0", | ||
"@type": "PackageDependencyGroup", | ||
"Dependencies": [], | ||
"TargetFramework": ".NETStandard2.0" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters