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
{ | |
"NuKeeper.BitBucketLocal.dll": { | |
"/NuKeeper/Nukeeper.BitBucketLocal/BitBucketLocalPlatform.cs": { | |
"NuKeeper.BitBucketLocal.BitBucketLocalPlatform": { | |
"System.Void NuKeeper.BitBucketLocal.BitBucketLocalPlatform::Initialise(NuKeeper.Abstractions.Configuration.AuthSettings)": { | |
"Lines": { | |
"29": 0, | |
"30": 0, | |
"31": 0, | |
"32": 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
public static class Example | |
{ | |
public void Main() | |
{ | |
var (key, value) = new KeyValuePair<string, bool>("example", true); | |
var dictionary = new Dictionary<string, bool>(); | |
foreach (var (k, v) in dictionary) | |
{ |