Saturday, November 26, 2022

dotnet core config bashrc

PATH="$PATH:/home/mintozzy/.dotnet/:/home/mintozzy/.local/bin"
export PATH
export DOTNET_ROOT=~/.dotnet

DOTNET_ROOT required for finding .NET runtime.

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...