annoyingb
annoyingb
CC#
Created by annoyingb on 4/12/2023 in #help
❔ exception not being caught
I am converting a type with Convert.ChangeType() but I want to catch the invalid cast exception but it wont.
58 replies
CC#
Created by annoyingb on 4/10/2023 in #help
✅ .net trying to find non-existent cs files
Error IDE1100 Error reading content of source file 'D:\Dev\C++\Test\TestCS\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs' -- 'Could not find file 'D:\Dev\C++\Test\TestCS\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs'.'. AndromedaCS D:\Dev\C++\Test\TestCS\obj\Debug\net6.0\.NETCoreApp,Version=v6.0.AssemblyAttributes.cs 1 Active I am getting this error though my build directory is outside of the TestCS project. I am building it as a dll and it keeps trying to find AssemblyAttributes.cs and AssemblyInfo.cs and GlobalUsings.cs etc and I don't know why. I am using 4.7.2.
44 replies
CC#
Created by annoyingb on 4/1/2023 in #help
✅ is there a way to get the method name from Task?
21 replies
CC#
Created by annoyingb on 3/23/2023 in #help
❔ binding c# and c++
so I am trying to bind C# and C++ but I don't know how to get any variable from C# to C++.
41 replies
CC#
Created by annoyingb on 3/22/2023 in #help
✅ Access object that attribute is on
I have an attribute and I want to access the object it is on.
5 replies