Research meaning of null keyword in MSBuild
User feedback (on the docs): Please document the use of the "null" keyword in MSBuild function calls. There is already an example of it at GetRegistryValueFromView but no specification of what it means in the MSBuild language.- As an argument of a property function, null is a case-insensitive keyword that means a null reference. It is not the same as 'null', which instead means a four-character string.- In MSBuild conditions however, null means the same as 'null'.- Does it work in item functions too? https://github.com/dotnet/msbuild/pull/8745/files#r1547744498 "
However this issue is about discovering the full story as an engineering research project, so that we can then write the docs.
We currently are working to get the telemetry subcommand working in Nuxt. (It will be possible with new https://github.com/nuxt/cli package.)
For now you can run npx @nuxt/telemetry disable instead.
I've updated the docs here, so will close this issue.
Linking https://github.com/nuxt/cli/issues/62 as we can revert back to that command once nuxi supports it.