Angius
Angius
Explore posts from servers
CC#
Created by Daiko Games on 4/2/2025 in #help
Cmd File can´t run on Process.Start(Filename);
Almost
44 replies
CC#
Created by Daiko Games on 4/2/2025 in #help
Cmd File can´t run on Process.Start(Filename);
$code
44 replies
CC#
Created by Warchortle on 4/2/2025 in #help
.Net Framework project complains about nullable not being supported in C# 7.3
Do you maybe have a #nullable enable pragma anywhere?
8 replies
CC#
Created by ElectricTortoise on 4/2/2025 in #help
✅ unsafe code problems
ye
15 replies
CC#
Created by ElectricTortoise on 4/2/2025 in #help
✅ unsafe code problems
They'll either tell you how to get this code working, or they'll point out how you could've changed your original world without unsafe
15 replies
CC#
Created by ElectricTortoise on 4/2/2025 in #help
✅ unsafe code problems
I'd link this thread in #allow-unsafe-blocks and add a short explanation, then
15 replies
CC#
Created by ElectricTortoise on 4/2/2025 in #help
✅ unsafe code problems
Did you test that it's slow?
15 replies
CC#
Created by ElectricTortoise on 4/2/2025 in #help
✅ unsafe code problems
#allow-unsafe-blocks might be of some help, then
15 replies
CC#
Created by ElectricTortoise on 4/2/2025 in #help
✅ unsafe code problems
Man, you're doing some wacky shit here lol, is it just to learn unsafe C#?
15 replies
CC#
Created by thomas on 4/1/2025 in #help
✅ Inconsistent accessibility: parameter type ''x" is less accessible than "y"
But yeah, it's not exactly front-and-center knowledge
17 replies
CC#
Created by thomas on 4/1/2025 in #help
✅ Inconsistent accessibility: parameter type ''x" is less accessible than "y"
By knowing what top-level statements generate
17 replies
CC#
Created by thomas on 4/1/2025 in #help
✅ Inconsistent accessibility: parameter type ''x" is less accessible than "y"
Or make it internal and use InternalsVisibleTo attribute
17 replies
CC#
Created by yourFriend on 4/1/2025 in #help
✅ *"Converting possible null value to non nullable type"* warning in `Console.ReadLine()`
You can handle it very easily, fwiw
string str = Console.ReadLine() ?? string.Empty;
string str = Console.ReadLine() ?? string.Empty;
8 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
Yeah, most recent version of .NET Framework, good
38 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
There's no 4.9
38 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
So use .NET 9
38 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
Also, make sure to learn the modern stuff. Not sure what versions of .NET was your company using, but I'm getting Framework 4.6 vibes lol
38 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
Here's some project ideas
38 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
$projects
38 replies
CC#
Created by Dragonboa on 3/31/2025 in #help
✅ I need a help I had 10 years experience in C# and .Net , Entity Framework, WPF
My advice remains the same: pick a project and hack away at it
38 replies