Nullable csproj element still not supported in preview6?
See original GitHub issueIn the docs for Nullable reference types it says:
The
Nullable
element was previously namedNullableContextOptions
. The rename ships with Visual Studio 2019, 16.2-p1. The .NET Core SDK 3.0.100-preview5-011568 does not have this change. If you are using the .NET Core CLI, youāll need to useNullableContextOptions
until the next preview is available.
Iām now using 3.0.100-preview6-012264 and the Nullable
element is still not working and Iām having to use NullableContextOptions
. It wouldnāt be a problem except that Iām recording tutorial videos for .NET Core 3.0, so I have to keep changing the element to Nullable
when Iām recording edits to csproj
files and then back to NullableContextOptions
before I run things using the CLI.
Do the daily preview7 builds support the new element name yet? Or is there some other way I could get it working? Or am I asking in the wrong place and I should go bother the Roslyn folks?
P.S. I appreciate that āIām recording tutorial videos using preview bits and I need to donāt want to have to re-record a bunch of stuff because changesā is not a broadly applicable use case, so I donāt expect this to be a high priority issue or anything. I just thought Iād ask.
P.P.S. I canāt use Visual Studio 16.2-p, because Iām teaching people to use the CLI like proper programmers from the 1980s, when the world was simpler and if you forgot how to exit vi
you had to go and find another terminal so you could run man vi
and write down the mystic sigils.
P.P.P.S. No, Iām not going to make my .NET Core 3.0 tutorials in the form of man
pages because itās 2019 and that would hurt sales, so donāt be silly.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (9 by maintainers)
@nguerrera Yeah that doesnāt look good. Letās not do that again.
Actually I canāt close this issue. š @livarcocc all yours