naps2/NAPS2.Lib.Tests/IsExternalInit.cs
Ben Olden-Cooligan 9d3620462a WIP: Use a Config scheme that doesn't depend on nulls
This requires using a graph data structure to store the config values (and record which ones are set), rather than just an instance of the config object.

This also requires parsing input as expressions that define a lookup into the graph rather than functions that can operate on the config object directly.
2022-06-22 21:07:01 -07:00

5 lines
236 B
C#

// https://sergiopedri.medium.com/enabling-and-using-c-9-features-on-older-and-unsupported-runtimes-ce384d8debb
// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices;
internal static class IsExternalInit {}