2024-06-03 07:04:29 -07:00

1.2 KiB

type, assigned, created, updated
type assigned created updated
topic 2024-01-06T01:25:36.085Z 2024-01-06T01:25:36.085Z

C Sharp

dotnet add package runtime.win-x64.Microsoft.DotNet.ILCompiler --version 7.0.7
dotnet publish -r win-x64 -c Release -p:PublishAot=true --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json
internal partial class AppSettingsSourceGenerationContext : JsonSerializerContext
  • File-Folder-Helper
  • View-by-Distance-MKLink-Console/Rename
void Do(Action? tick)
  • View-by-Distance-MKLink-Console/CopyDistinct
public interface IMetadata<T> { }
public class B_Metadata : IMetadata<MetadataExtractor.Directory> { int IMetadata<MetadataExtractor.Directory>.GetInt() => 1; }
  • View-by-Distance-MKLink-Console/Property
C:\Windows\System32\Config\SystemProfile\AppData\Roaming\Microsoft\UserSecrets
IConfigurationSection[] configurationSections = configurationRoot.GetChildren().ToArray();
foreach (IConfigurationSection configurationSection1 in configurationSections)
{
    if (configurationSection1.GetChildren().ToArray().Length > 1)
        continue;
}
string text = configurationRoot.GetDebugView();
File.WriteAllText(".txt", text);