I want to develop C# with all possible warnings from Microsoft turned on, and I found this answer that says to add <Features>strict</Features>
to my .csproj
file.
However, before I start using it, I want to read up on what warnings it enables and other side effects it may have.
Unfortunately, I can't find any documentation on it whatsoever.
I assume it's in Microsoft's documentation somewhere, but I can't find it anywhere.
UPDATE: I found an article about this property with the following quote:
Note that this flag is not documented and not well-known.
Did Microsoft just never document this feature to begin with?