Be.Stateless.Dsl.Configuration.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Be.Stateless.Dsl.Configuration</name>
    </assembly>
    <members>
        <member name="T:Be.Stateless.Dsl.Configuration.ClrBitness">
            <summary>
            Used to specify the targeted bitness of the .NET Framework.
            </summary>
            <seealso href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.build.utilities.dotnetframeworkarchitecture">DotNetFrameworkArchitecture Enum</seealso>
        </member>
        <member name="F:Be.Stateless.Dsl.Configuration.ClrBitness.Bitness32">
            <summary>
            Indicates the 32-bit .NET Framework.
            </summary>
        </member>
        <member name="F:Be.Stateless.Dsl.Configuration.ClrBitness.Bitness64">
            <summary>
            Indicates the 64-bit .NET Framework.
            </summary>
        </member>
        <member name="M:Be.Stateless.Dsl.Configuration.ConfigurationFileMonikerExtractor.Extract">
            <summary>
            Extracts the file monikers from the attribute <c>{urn:schemas.stateless.be:dsl:configuration:annotations:2020}files</c>. This attribute must be present on the root element.
            </summary>
            <returns>
            The list of distinct file moniker.
            </returns>
            <exception cref="T:System.InvalidOperationException">When the attribute is not set on the root element.</exception>
            <remarks>
            Multiple files can be separated by a <c>|</c> character.
            </remarks>
        </member>
    </members>
</doc>