EddieV
❔ Non-nullable property must contain a non-null value when exiting constructor
I know what it says and what it wants my to do. However, my situation is: I have a bunch of objects (as properties) and that not all of them needs instantiating in a main class constructor. Given a condition, some will be and some won't be.
In case of one that won't be, I still have no idea how to make the warning go away.
Any suggestion? I'm sure how to Google this since using the warning would send me to a non-desirable direction.
12 replies
❔ Cannot start OmniSharp due to error on MacOS
The error said I haven't install
.NET 6 SDK for arm64
even though I tried to install it TWICE. I can still run code and stuff, however the Intellisense or the Code Outline doesn't seem to work because they need OmniSharp.
How do I fix this?
35 replies