Skip to content

Instantly share code, notes, and snippets.

View Le0Wolf's full-sized avatar

Danil Safin Le0Wolf

View GitHub Profile
@Le0Wolf
Le0Wolf / IsolatedDotNetEnv.bat
Created July 10, 2025 11:56
Script for build .Net solution in isolated environment
@echo off
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
:: === COLOR CONFIGURATION ===
set "CLR_INFO=0A"
set "CLR_WARN=0E"
set "CLR_ERROR=0C"
set "CLR_RESET=07"
:: === OS VERSION CHECK ===
namespace Le0Wolf.Gists
{
using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
class Program
{
static void Main(string[] args)
{