System.AppContextDefaultValues.InitializeNetFxSwitchDefaultsForNetCoreRuntime C# (CSharp) Méthode

InitializeNetFxSwitchDefaultsForNetCoreRuntime() private static méthode

private static InitializeNetFxSwitchDefaultsForNetCoreRuntime ( ) : void
Résultat void
        private static void InitializeNetFxSwitchDefaultsForNetCoreRuntime()
        {
            LocalAppContext.DefineSwitchDefault(BuildTasksAppContextSwitches.DoNotUseSha256ForMarkupCompilerChecksumAlgorithmSwitchName, false);
        }
    }