james441
james441
CC#
Created by james441 on 10/17/2023 in #help
❔ ✅ C# 12 Features Work Locally, but Not in Docker with .NET 6.0
Ah bingo, that explains why there's a difference. Thank you very much!
9 replies
CC#
Created by james441 on 10/17/2023 in #help
❔ ✅ C# 12 Features Work Locally, but Not in Docker with .NET 6.0
Thanks! So how come it works locally from my machine when I run from visual studio? I have sdks versions 6 and 7 installed. Does Vs ignore the target framework in the csproj?
9 replies
CC#
Created by james441 on 4/5/2023 in #help
❔ How to spell check code?
Ha, I've tried to convince my boss to buy an ide but no luck
13 replies
CC#
Created by james441 on 4/5/2023 in #help
❔ How to spell check code?
Anyway, that extension does look really good, thanks 👍 I will try to reinstall Vs code and see if that helps
13 replies
CC#
Created by james441 on 4/5/2023 in #help
❔ How to spell check code?
No, it's really strange... No idea why!
13 replies
CC#
Created by james441 on 4/5/2023 in #help
❔ How to spell check code?
I couldn't get this extension working... It is enabled but it doesn't appear in the status bar
13 replies
CC#
Created by james441 on 4/5/2023 in #help
❔ How to spell check code?
Sorry of this is a stupid question, I just get stressed because I can't spell to save my life
13 replies
CC#
Created by LordKalma (CT7ALW) on 12/29/2022 in #help
❔ Deserialize serial data to struct (port from C)
So you want to transmit or recieve a struct that looks like the one you posted through the radio module?
7 replies
CC#
Created by LordKalma (CT7ALW) on 12/29/2022 in #help
❔ Deserialize serial data to struct (port from C)
Having said that, if you want to try out C#, I'd take a look at https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter.deserialize?view=net-7.0 - it says obsolete beacuse of potential security risks, but I think it's the only choice you have, and hopefully you are reading from hardware you trust 😛
7 replies
CC#
Created by LordKalma (CT7ALW) on 12/29/2022 in #help
❔ Deserialize serial data to struct (port from C)
I've done a bit of this before for hobby stuff, not professional so take this with a big pinch of salt. You might get struggle using C# for this work. Radio sigal sending and recieving relies on quite precise timings that garbage collected languages might not work reliably for. Languages like C and C++ are really the ideal tool for this kind of job.
7 replies
CC#
Created by LordKalma (CT7ALW) on 12/29/2022 in #help
❔ Deserialize serial data to struct (port from C)
This is for hardware control for sending/ recieving radio signals right?
7 replies
CC#
Created by Dreams on 11/13/2022 in #help
❔ Angular + CSharp book using strange notation
You totally can, but why would you want to?
9 replies
CC#
Created by Alerin on 9/22/2022 in #help
Access list when creating an account
Your question is not clear, what are your trying to do with regex?
8 replies