Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Releases: dafny-lang/language-server-csharp

v3.0.0

04 Feb 08:21
Compare
Choose a tag to compare
  • Updated to .NET 5.0
  • Updated to Dafny 3.0.0
  • Updated to Boogie 2.8.26
  • Fixed include resolution discrepancy with the Dafny compiler
  • Added option to control when the verification should be applied

v2.3.0

11 Jan 08:17
d6340af
Compare
Choose a tag to compare

v2.2.0

27 Nov 09:24
09eb6a6
Compare
Choose a tag to compare
  • Now hiding diagnostics when closing a document.
  • Now showing the postcondition that might be violated.
  • Now showing that an include has parse errors.
  • Added the possibility to retrieve counterexamples.
  • Added the dafny compiler to the release packages.

v2.1.0

19 Nov 11:20
077cebf
Compare
Choose a tag to compare
  • Improved number of supported syntax features.
  • Improved the symbol representation when hovering over variables.
  • Added possibility to lookup types.
  • Added support for shadowing of local variables.
  • Added OSX builds.

v2.0.0

09 Nov 14:49
fd5e32e
Compare
Choose a tag to compare

Initial release of the reworked C# based language server for dafny.