Inspecting a discontinued portable amateur radio memory control program
Detect It Easy
De4dot
dotPeek export to VS project. VS 2026 converted successfully to .NET 4.8 level. Weird and obfuscated source files but also a dir in project that contains clean code files. Changed configuration to x86.
Build failed with many C# 7.3 nullable disable errors.
added to .csproj
<Nullable>Enable</Nullable>
<LangVersion>preview</LangVersion>
still one CSC nullable disable error c# 7.3
changed to wrong configuration x86 -> x64
and back to x86
then clean and successful build.



Comments
Post a Comment