Properties.Settings.Default is not working (saying that it does not exist in the current namespace )
So basically what I wanted to do is grab variables from .settings file in my app, but it does not work because it says Settings does not exist.
I am using dotnet core 7.
Is that because it does not exist in dotnet core?
Yea I know there is a workaround and I could do everything in a text file but I would prefer it this way.
I am using dotnet core 7.
Is that because it does not exist in dotnet core?
Yea I know there is a workaround and I could do everything in a text file but I would prefer it this way.