Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bingenito opened an issue on bingenito/scorecards
OpenSSF Scorecard Report Updated!
Hello! There are changes in your OpenSSF Scorecard report. Please review the following changes and take action if necessary. ## Summary There are changes in the following repositories: | Re...bingenito opened an issue on bingenito/scorecards
OpenSSF Scorecard Report Updated!
Hello! There are changes in your OpenSSF Scorecard report. Please review the following changes and take action if necessary. ## Summary There are changes in the following repositories: | Re...bingenito created a review comment on a pull request on finos/fdc3-dotnet
@kriswest updated to include example of firing event with null channelid when leaving channel. Fixing this helped identify I was missing nullable on the derived event type to allow me to actually...
bingenito pushed 1 commit to AddEventListener bingenito/fdc3-dotnet
- AddEventListener support for IDesktopAgent and IPrivateChannel 2675229
bingenito created a review comment on a pull request on finos/fdc3-dotnet
The example is far from feature complete (most of it is not implemented) so anything missing here is more laziness. As I added it in one place (to test the implementation), I'll add in the others ...
bingenito created a comment on a pull request on finos/fdc3-dotnet
I will add tests for the concrete event classes to ensure constructor initialization is done correctly
bingenito created a comment on a pull request on finos/FDC3
Draft fdc3-dotnet implementation can be found at https://github.com/finos/fdc3-dotnet/pull/170. As noted above this is significant simplification of design to simply have a nullable object in the ...
bingenito pushed 6 commits to AddEventListener bingenito/fdc3-dotnet
- Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src Bumps [xunit.runner.visualstudio](https://github.com/xuni... 7420032
- Bump coverlet.collector from 6.0.2 to 6.0.3 in /src Bumps [coverlet.collector](https://github.com/coverlet-coverage/... 63cef9f
- Merge pull request #169 from finos/dependabot/nuget/src/coverlet.collector-6.0.3 89b0478
- Merge branch 'main' into dependabot/nuget/src/xunit.runner.visualstudio-3.0.0 bdfbec8
- Merge pull request #168 from finos/dependabot/nuget/src/xunit.runner.visualstudio-3.0.0 f50c405
- Merge branch 'main' into AddEventListener 7ce95e4
bingenito opened a pull request on finos/fdc3-dotnet
AddEventListener support for IDesktopAgent and IPrivateChannel
Implementation of core event system of FDC3 2.2 --- THIS SOFTWARE IS CONTRIBUTED SUBJECT TO THE TERMS OF THE FINOS CORPORATE CONTRIBUTOR LICENSE AGREEMENT. THIS SOFTWARE IS LICENSED BY THE ...bingenito created a branch on bingenito/fdc3-dotnet
AddEventListener - .NET Standard FDC3 declarations to implement concrete FDC3 compatible .NET desktop agents