Skip to content

Bugfix recently discovered input bugs #38

Bugfix recently discovered input bugs

Bugfix recently discovered input bugs #38

Triggered via pull request July 8, 2024 08:46
Status Success
Total duration 7m 20s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build / build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build / build: Core/Key2Joy.Contracts/Mapping/AbstractMappingAspect.cs#L9
'AbstractMappingAspect' defines operator == or operator != but does not override Object.Equals(object o)
build / build: Core/Key2Joy.Contracts/Mapping/AbstractMappingAspect.cs#L9
'AbstractMappingAspect' defines operator == or operator != but does not override Object.GetHashCode()
build / build: Core/Key2Joy.Contracts/Plugins/SecurityOverride.cs#L77
'SecurityOverride.Union(IPermission)' hides inherited member 'CodeAccessPermission.Union(IPermission)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build / build: Plugins/Key2Joy.Plugin.Midi/Mapping/Actions/InputDeviceGetAllAction.cs#L18
Missing XML comment for publicly visible type or member 'InputDeviceGetAllAction'
build / build: Plugins/Key2Joy.Plugin.Midi/Mapping/Actions/InputDeviceListenForEvent.cs#L17
Missing XML comment for publicly visible type or member 'InputDeviceListenForEvent'
build / build: Plugins/Key2Joy.Plugin.Midi/Plugin.cs#L5
Missing XML comment for publicly visible type or member 'Plugin'
build / build: Plugins/Key2Joy.Plugin.Midi/Plugin.cs#L7
Missing XML comment for publicly visible type or member 'Plugin.Name'
build / build: Plugins/Key2Joy.Plugin.Midi/Plugin.cs#L8
Missing XML comment for publicly visible type or member 'Plugin.Description'
build / build: Plugins/Key2Joy.Plugin.Midi/Plugin.cs#L9
Missing XML comment for publicly visible type or member 'Plugin.Author'
test / run-tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/