Kynastone
Kynastone
CC#
Created by Kynastone on 12/16/2023 in #help
✅ #pragma warning disable 246 not working
So i am trying to compile and i get CS0246 error. i don't care to fix it because that file is not used i just need it included so i can modify it. it is used by another program. i tried to add on the whole file #pragma warning disable CS0246,2046,246/#pragma warning restore 246 any version does not seems to have any effect. not even adding it on project properties. any suggestion, ideas ?
7 replies