TradingRaws4SeoulObjectStoryRaws
TradingRaws4SeoulObjectStoryRaws
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 2/1/2023 in #help
❔ Is it possible to change a project sdk from Microsoft.NET.Sdk to Microft.net.sdk.net?
I feel like all this c#/.NET is starting to come together more. Thanks for all the help mate heartowo
18 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 2/1/2023 in #help
❔ Is it possible to change a project sdk from Microsoft.NET.Sdk to Microft.net.sdk.net?
ahhh I see
18 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 2/1/2023 in #help
❔ Is it possible to change a project sdk from Microsoft.NET.Sdk to Microft.net.sdk.net?
x'D
18 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 2/1/2023 in #help
❔ Is it possible to change a project sdk from Microsoft.NET.Sdk to Microft.net.sdk.net?
Interesting. Thanks for the help! It seems like the csproj file is kinda like a package.json file in NodeJS
18 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 2/1/2023 in #help
❔ Is it possible to change a project sdk from Microsoft.NET.Sdk to Microft.net.sdk.net?
So if I just added
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
to my csproj file, would the Swashbuckle.AspNetCore package just be downloaded(?)/used when I try building the app? And would something similar would happen if I changed <project sdk="Microsoft.NET.Sdk"> to <project sdk="Microsoft.NET.Sdk.Web">?
18 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 2/1/2023 in #help
❔ Non-nullable field 'rating' must contain a non-null value when exiting constructor
Thank you! heartowo I haven't seen this way of writing a switch statement but it looks very concise. TY! 🙂
5 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
❔ Will there be issues if the target framework moniker is less than my .NET version installed?
I see. Thanks for letting me know!
13 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
❔ Will there be issues if the target framework moniker is less than my .NET version installed?
yeah it's probably fine
13 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
❔ Will there be issues if the target framework moniker is less than my .NET version installed?
it's for an assignment we're doing, I already had Visual Studio 2022 so I thought I could just use that instead
13 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
❔ Will there be issues if the target framework moniker is less than my .NET version installed?
oh, so if I build the project but the compiler(?) sees that I have not installed .NET Core 3.0, then it'll download the assemblies for me?
13 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
✅ newbie - are 4-5 year old year c# resources still relevant?
oh that's pretty neat. thx!
24 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
✅ newbie - are 4-5 year old year c# resources still relevant?
I'll be sure to look out for it 🙂
24 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
✅ newbie - are 4-5 year old year c# resources still relevant?
Thanks for the heads up.
24 replies
CC#
Created by TradingRaws4SeoulObjectStoryRaws on 1/31/2023 in #help
✅ newbie - are 4-5 year old year c# resources still relevant?
Thanks guys for the resources! I'll probably binge watch the vid and look at the docs b4 looking into watching some vids on building a simple API
24 replies