Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/neovim/nvim.net

Nvim .NET client and plugin host
https://github.com/neovim/nvim.net

doc(README): replace appveyor and travis badges

a66c3b2917fb32bba767dd7a55c635f75ea45232 authored over 3 years ago by smolck <[email protected]>
ci(): use GitHub actions instead of appveyor & travis (#14)

* Add publish and test workflows
* Removes appveyor and travis configurations (no longer needed...

d0a155484666711c526ebd64b6cfcd075f7f6123 authored over 3 years ago by smolck <[email protected]>
fix(NvimClient.API): use correct event names (#13)

#11 changed these, and forgot to update this part of the code.

929fe432186e241ea7057a4de151829ecc9b2260 authored over 3 years ago by smolck <[email protected]>
style(): format codebase with dotnet-format (#12)

d22b443cff4439cb2e5a83f2da918a14254345f7 authored over 3 years ago by smolck <[email protected]>
refactor(APIGenerator): Append `Event` to event names (#11)

Fix #5.

325d9711d5bc812d80cfe7e9c2a138f1db7861ce authored over 3 years ago by smolck <[email protected]>
Update API and csproj files (#10)

* chore(): update *.csproj files to use latest .NET (core)

* api(): update API for 0.5+

Up...

fe57956db2a98045235f2fbb6dee12cfe327d6a1 authored over 3 years ago by smolck <[email protected]>
CI/AppVeyor: Fix doxygen installation

688ee986e2b6e8a8b56cbad22aa77951c5a0ce2c authored over 5 years ago by b-r-o-c-k <[email protected]>
CI/AppVeyor: update NuGet api_key

cc5ac8c687c58f4fcb27a8173ef8978d6e3381fe authored over 5 years ago by Justin M. Keyes <[email protected]>
ci/AppVeyor: update api_key

bc8e3a2a98ad5a9fd3fb0eaa55730d0d9b078dfc authored over 6 years ago by Justin M. Keyes <[email protected]>
ci: Fix problem with nvim not found in PATH

The `refreshenv` command was moved so it does not remove nvim from the
PATH when the nvim packag...

a74e873be34c5db4e2ad18b9a9b5e65d1889bbdf authored over 6 years ago by b-r-o-c-k <[email protected]>
ci: Deploy NuGet packages automatically

6c363b10451bc03f146501e55bd17df303360ba8 authored over 6 years ago by b-r-o-c-k <[email protected]>
nuget: Change NvimClient.API target framework to netstandard2.0

Closes #2

ae2f34107932c81675b31e97def3a8cc3c91d430 authored over 6 years ago by b-r-o-c-k <[email protected]>
cleanup: Remove duplicate API generator project file

b80ab2a15721c044f481a971b3f70c5a24519e04 authored over 6 years ago by b-r-o-c-k <[email protected]>
doc: Add API generator instructions

Closes #1

1542a4f35f3e9326ec3f2de715ecb02b9df699a4 authored over 6 years ago by b-r-o-c-k <[email protected]>
doc: fix formatting

8dd1c4c1c8a09bd2d64fe4ebc27ac569f038e05e authored over 6 years ago by Justin M. Keyes <[email protected]>
doc: fix links, style

50002fac733bd35c6a40c5c3c52a0f9a76f7aede authored over 6 years ago by Justin M. Keyes <[email protected]>
doc: update links, fix some outdated sample-code

fc0381a8ea7f9ac0b1f5d469428b65a826f08065 authored over 6 years ago by Justin M. Keyes <[email protected]>
Merge pull request #7 from b-r-o-c-k/dev

Remote plugin host

3a736232a4e7b7a2a1eff4bded24d2bf27a918c2 authored over 6 years ago by Justin M. Keyes <[email protected]>
Remove duplicate NvimAPI constructor code

9d399be6d5bbdc1229274dd153b56f2f90d24376 authored over 6 years ago by b-r-o-c-k <[email protected]>
Make AppVeyor generate API documentation

3b90696b4ec52443b84e49d66db93c0239375b88 authored over 6 years ago by b-r-o-c-k <[email protected]>
Include documentation for generated API methods

2e3a15601a9b4613ae1f0f68d9d4d64dee840817 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add support for Unix Domain Sockets

dd3e43e0423a5c6ca6fd91f54fb820748c9877b4 authored over 6 years ago by b-r-o-c-k <[email protected]>
Make Appveyor ignore exit code for upgrading Neovim

5e1b9c635b605c896689dd2dc707e72b871638c4 authored over 6 years ago by b-r-o-c-k <[email protected]>
Fix conversion of nested collection types

The collection types ArrayOf(...) and DictionaryOf(...) should now be
properly converted to C# t...

b3ee864c04d1518ead45a0f798d194d40cd774a6 authored over 6 years ago by b-r-o-c-k <[email protected]>
Validate plugin export parameter types

fa5ce5a809748b08ccd72c09b17921db98e28eae authored over 6 years ago by b-r-o-c-k <[email protected]>
Fix array casting problem

Attempting to cast from `object[]` to `T[]` results in an
InvalidCastException when `T` is not `...

d67ede862493fa4482f6c779443dafe704b78936 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add support for Windows named pipes

30269455ec52b9cf65e9655294c27df2f0bed79e authored over 6 years ago by b-r-o-c-k <[email protected]>
Add support for TCP sockets

58082ade4192cf063075800c26302ceb3622b62b authored over 6 years ago by b-r-o-c-k <[email protected]>
Add CI status badges to README.md

e12c3e6a3ec6d31bd3a5681789cba9c9038e914a authored over 6 years ago by b-r-o-c-k <[email protected]>
Update README.md with NuGet package installation instructions

aca5abc98a10f565e46566a68ba07846b72f8400 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add .travis.yml

4f33382a6f95ef2863d255c4e9fbb899aaa06d9e authored over 6 years ago by b-r-o-c-k <[email protected]>
Add appveyor.yml

c43d1af2c409ff909de61bfd5c17cc3535e31f73 authored over 6 years ago by b-r-o-c-k <[email protected]>
Make API generator take output path as an argument

bb9de5a902073175f20c8c7638f3c1d7367839c9 authored over 6 years ago by b-r-o-c-k <[email protected]>
Fix MessagePack-RPC integer types

Integer types for MessagePack-RPC should now be compliant with the
specification.

a2d4effa729718fcda09ecf86fa046e3a2c7c2ba authored over 6 years ago by b-r-o-c-k <[email protected]>
Add NvimEvalAttribute for parameters

The attribute can be applied to parameters to specify the argument the
method will be invoked wi...

0b76f8140f5edb744443d074c9bf0f20749f2334 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add parameter types for range and count arguments

NvimRange and NvimCount can be used in plugin export parameters to
allow users to arrange their ...

7ce24d7d1a5d63e3da9da98cc4d1e53f6386eb50 authored over 6 years ago by b-r-o-c-k <[email protected]>
Specify valid attribute targets

0569a6dcca660239e6da581be052ff431600abeb authored over 6 years ago by b-r-o-c-k <[email protected]>
Add support for Nvim extension types

56c37674fbb5df9d5319209fdb06336d190ddb04 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add logging to plugin host

Logging is enabled by defining the $NVIM_DOTNET_LOG_FILE environment
variable to the file path t...

b427dc7228a2ffa82d1ee4f91eb79727c5f14377 authored over 6 years ago by b-r-o-c-k <[email protected]>
Update README.md with plugin instructions

3106d53d6b4b710dfb48f9f9df26369d2bd968de authored over 6 years ago by b-r-o-c-k <[email protected]>
Add remote plugin host

The plugin host looks for .NET solution files (.sln) in the parent of
the `rplugin/dotnet` direc...

23a123a6079f9d948dae5940f9b17e699affb5bc authored over 6 years ago by b-r-o-c-k <[email protected]>
Add support for plugin commands and autocommands

d44a4cd6382a06acd67367346fc9513bf4aacb42 authored over 6 years ago by b-r-o-c-k <[email protected]>
Unify request and notification handlers

Request and notification handlers are now stored in the same dictionary
allowing callers the cho...

cdf9e51d151aacb182a0ecd25b3c97ecfaa99829 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add support for async request and notification handlers

8b2d0e7d9ca4b92348a82a3fea154e65ef3fe195 authored over 6 years ago by b-r-o-c-k <[email protected]>
Remove MessagePack types from API

Using only .NET types provides a better abstraction and simplifies the
API interface.

8c5ec2ce68e9f247f53801f70b172f728effeba2 authored over 6 years ago by b-r-o-c-k <[email protected]>
Include relevant information in RPC exceptions

84538690659b6970b2570605482d83bd2837f8e9 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add warning when responses are not received within 10 seconds

2e3ebeecaeb0cb0430cbc7305938aafd710d074a authored over 6 years ago by b-r-o-c-k <[email protected]>
Remove "Nvim" prefix from API method names

1930b375be8769bb8b8f876b16b9c27f37338e96 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add attributes for plugins

Attributes will be used by plugin authors to specify information about
their plugin and the func...

8fb6edb9b73a96543753cb54ca91b70eb5f0f7fb authored over 6 years ago by b-r-o-c-k <[email protected]>
Add event handlers for UI events

dd1481b7c811850eef478ead0f4dab92835c83ee authored over 6 years ago by b-r-o-c-k <[email protected]>
Add send and receive loops for thread-safe API calls

006f34e5e1a1f0768e8e67212d1dbb1dae81df76 authored over 6 years ago by b-r-o-c-k <[email protected]>
Make API generator exclude deprecated functions

7d5fd682ac9f000182c1aeb2a874238e93f5dbdd authored over 6 years ago by b-r-o-c-k <[email protected]>
Update generated class to API level 4

8d5086f911b7fe3d080bb35757fcca8b806a4fab authored over 6 years ago by b-r-o-c-k <[email protected]>
Add request and notification handling

878e2a33770d92620a232c2ab7f2c508504c664f authored over 6 years ago by b-r-o-c-k <[email protected]>
Add API generation tool (#4)

* Add API generator tool

The tool is currently capable of generating an asynchronous interfac...

dde8b5ef77479dd5d899136e5b72040b34364751 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add RPC serialization models

24932b96c41d0b35a32838093785a5fc27225f31 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add README.md

84d1c3dbae5e5e83732707d5b956fe0156e76183 authored over 6 years ago by b-r-o-c-k <[email protected]>
Make NvimProcessStartInfo redirect stdout and stderr

99c3e41676bf9785eb480ce0fb10299c04fafd08 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add API metadata deserialization

a6c0cc89dec778bac1455bfcfabde6c5daaf1f02 authored over 6 years ago by b-r-o-c-k <[email protected]>
Add classes for starting Neovim processes (#1)

9b7e8d693e8a3d5611452cffe992af8519f67836 authored over 6 years ago by b-r-o-c-k <[email protected]>
Initial commit

a4810b9bab3e9ce5f733139e20182cd732cc5408 authored over 6 years ago by b-r-o-c-k <[email protected]>