Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@TobiasSekan TobiasSekan released this 10 Feb 15:42
· 12 commits to main since this release

New:

  • #61 - Code completion for project type F# SDK-Style
    • GUID 6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705
  • #62 - Code completion for project type Windows Application Packaging
    • GUID C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5
  • #61 - Diagnostic for file extension *.fsproj, must match project type GUID
    • of 6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705 (F#)
    • or F2A71F9B-5D33-465A-A702-920D77279786 (F# SDK-style)
  • #62 - Diagnostic for file extension *.wapproj, must match project type GUID
    • of C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5 (Windows Application Packaging)
  • #60 - Show error when SolutionGuid is used by a project
  • #60 - Show error when SolutionGuid is reversed by a project type
  • #64 - Show error for missing parameters in project lines

Improvement:

  • #63 - Support for unfinished project lines
    • That means that all features now working for this lines too

Changes:

  • #61 - Project type F# SDK-style is no longer unknown
    • GUID 6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705
  • #62 - Project type Windows Application Packaging is no longer unknown
    • GUID C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5

Fixes:

  • #58 - Diagnostic was not triggered when language was changed to sln
  • Diagnostic was not cleared when language was changed away from sln
  • #59 - Syntax highlight was not working for a hand of self-defined configurations
    • e.g. LinuxDebug|Any CPU, Debug-netcoreapp3_1|Any CPU, Code Analysis Debug|x86
  • #65 - Syntax highlight was not working for configurations with additional points in the name
    • e.g. Desktop.Release|Any CPU.ActiveCfg
  • #65 - False positive on diagnostics for configurations with additional points in the name