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
My project's target framework is net6.0. It all works fine locally. In docker, the base image I'm using for building is mcr.microsoft.com/dotnet/sdk:6.0. For some reason when I build the docker image, it fails on the lines that use the new C# features. What have I misunderstood? I specify LangVersion 12.0 in my .csproj file.
9 replies
CC#
Created by james441 on 4/5/2023 in #help
❔ How to spell check code?
I'm using visual studio code on windows. I've used webstorm at my previous job before which has a pretty good spell checker. Ive been looking around for an extension that does this but can't seem to find one that works.
13 replies