Skip to content

Tags: Mailaender/csharp-language-server-protocol

Tags

v0.19.5

Toggle v0.19.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated dotnet tools (OmniSharp#646)

v0.19.4

Toggle v0.19.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump husky from 6.0.0 to 7.0.1 (OmniSharp#612)

Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.1.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v6.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.19.3

Toggle v0.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix trace state parsing. (OmniSharp#638)

- Without this the `.Value<string>` was exploding attempting to convert to a string.

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set server receiver to `initialized` at the end of the `initialize` r…

…equest (OmniSharp#589)

v0.19.2-beta.02

Toggle v0.19.2-beta.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set server receiver to `initialized` at the end of the `initialize` r…

…equest (OmniSharp#589)

v0.19.2-beta.01

Toggle v0.19.2-beta.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump husky from 5.1.1 to 6.0.0 (OmniSharp#550)

Bumps [husky](https://github.com/typicode/husky) from 5.1.1 to 6.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v5.1.1...v6.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed a bug where nullable enum like classes could not be deserialize…

…d correctly (OmniSharp#564)

* Fixed a bug where nullable enum like classes could not be deserialized correctly

* Updated sample project version

* Added test for null cases as well

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump lint-staged from 10.5.3 to 10.5.4 (OmniSharp#519)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.5.3...v10.5.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.19.0-beta.6

Toggle v0.19.0-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump lint-staged from 10.5.3 to 10.5.4 (OmniSharp#519)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.3 to 10.5.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](lint-staged/lint-staged@v10.5.3...v10.5.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.19.0-beta.5

Toggle v0.19.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix gittools actions to use the latest tagged release, the master bra…

…nch as been renamed to main which caused the break (OmniSharp#510)