Is there a signed version of LinqPad that I could use in order to access internals of signed assemblies?
LinqPad access to internals of signed assemblies
1k views Asked by Joao Silva At
2
Is there a signed version of LinqPad that I could use in order to access internals of signed assemblies?
Extra information for those puzzled how to insert assembly attributes into AssemblyInfo.cs; Visual Studio (tested 2022) generates MyProject.AssemblyInfo.cs from your
MyProject.csproj
file.Add this to your MyProject.csproj:
After a rebuild, the MyProject.AssemblyInfo.cs, found in the obj directory, now contains below line: