Sha256: 1b391c724472f72aababf90f34cb1a19a8b4a6c74971b3178f75b4cf48525ddf

Contents?: true

Size: 555 Bytes

Versions: 22

Compression:

Stored size: 555 Bytes

Contents

using System.Collections.Generic;
using Newtonsoft.Json.Linq;

namespace Generators.Exercises
{
    public class BookStore : Exercise
    {
        public BookStore()
        {
            foreach (var canonicalDataCase in CanonicalData.Cases)
            {
                canonicalDataCase.Input = new Dictionary<string, object>
                {
                    ["input"] = ((JArray)canonicalDataCase.Input["basket"]).Values<int>()
                };
                canonicalDataCase.UseVariablesForInput = true;
            }
        }
    }
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
trackler-2.2.1.12 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.11 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.10 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.9 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.8 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.7 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.6 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.5 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.4 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.3 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.2 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.1 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.1.0 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.6 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.5 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.4 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.3 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.2 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.1 tracks/csharp/generators/Exercises/BookStore.cs
trackler-2.2.0.0 tracks/csharp/generators/Exercises/BookStore.cs