Skip to content

v2.0.22

Compare
Choose a tag to compare
@alexrp alexrp released this 08 Jul 08:40
· 442 commits to master since this release
v2.0.22
  • Changed Build, Clean, and Publish targets to dispatch to all RIDs supported by the project if one is not explicitly specified.
  • Overhauled warning and static analysis configuration.
    • Added more warnings to the various warning levels.
    • Changed WarningLevel=4 from documentation warnings to simply another warning level, containing some controversial warnings.
    • Added a new DisableWarnings property for disabling specific warnings.
    • Added ConsumptionAnalysis, DocumentationAnalysis, NullabilityAnalysis, TagAnalysis, and ThreadingAnalysis properties.
  • Changed LanguageStandard to default to the newest C/C++ language standard if one is not explicitly specified.
  • Removed osx-arm64 and win-x86 from the default RuntimeIdentifiers (see #4 and #5).
  • Changed SDK to exclude Zig sources when packing C/C++ projects.
  • Changed SDK to require .zigproj project file extension for Zig projects.