Skip to content

Fixes to Entity Framework Configuration Bug #64 #44

Fixes to Entity Framework Configuration Bug #64

Fixes to Entity Framework Configuration Bug #64 #44

Triggered via pull request September 1, 2024 06:49
Status Failure
Total duration 1m 8s
Artifacts

pr.yml

on: pull_request
Matrix: Build and Test
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 30 warnings
Build and Test (8.0.x, ubuntu-latest)
Assets file '/home/runner/work/deveel.webhooks/deveel.webhooks/samples/WebhookReceiverApp/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Build and Test (8.0.x, ubuntu-latest)
Assets file '/home/runner/work/deveel.webhooks/deveel.webhooks/samples/WebhookReceiverApp.MinimalApi/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Build and Test (8.0.x, ubuntu-latest)
Assets file '/home/runner/work/deveel.webhooks/deveel.webhooks/samples/WebhookNotifierApp/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Build and Test (8.0.x, ubuntu-latest)
Assets file '/home/runner/work/deveel.webhooks/deveel.webhooks/samples/WebhookReceiverApp/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Build and Test (8.0.x, ubuntu-latest)
Assets file '/home/runner/work/deveel.webhooks/deveel.webhooks/samples/WebhookReceiverApp.MinimalApi/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Build and Test (8.0.x, ubuntu-latest)
Assets file '/home/runner/work/deveel.webhooks/deveel.webhooks/samples/WebhookNotifierApp/obj/project.assets.json' doesn't have a target for 'net8.0'. Ensure that restore has run and that you have included 'net8.0' in the TargetFrameworks for your project.
Build and Test (8.0.x, ubuntu-latest)
Process completed with exit code 1.
Build and Test (8.0.x, windows-latest)
The job was canceled because "_8_0_x_ubuntu-latest" failed.
Build and Test (8.0.x, windows-latest)
The operation was canceled.
Build and Test (6.0.x, windows-latest)
The job was canceled because "_8_0_x_ubuntu-latest" failed.
Build and Test (6.0.x, windows-latest)
The operation was canceled.
Build and Test (7.0.x, windows-latest)
The job was canceled because "_8_0_x_ubuntu-latest" failed.
Build and Test (7.0.x, windows-latest)
The operation was canceled.
Build and Test (7.0.x, ubuntu-latest)
The job was canceled because "_8_0_x_ubuntu-latest" failed.
Build and Test (7.0.x, ubuntu-latest)
The operation was canceled.
Build and Test (6.0.x, ubuntu-latest)
The job was canceled because "_8_0_x_ubuntu-latest" failed.
Build and Test (6.0.x, ubuntu-latest)
The operation was canceled.
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs#L24
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory.DefaultWebhookFactory(IOptions<WebhookFactoryOptions<Webhook>>)'
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs#L51
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory<TWebhook>.Options'
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L196
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory()'
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L217
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory(Action<WebhookFactoryOptions<TWebhook>>)'
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs#L24
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookDeliveryResultRepository<TResult, TKey>' (but other type parameters do)
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs#L24
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionRepository<TSubscription, TKey>' (but other type parameters do)
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs#L27
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionRepositoryProvider<TSubscription, TKey>' (but other type parameters do)
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs#L25
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionValidator<TSubscription, TKey>' (but other type parameters do)
Build and Test (8.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs#L38
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'ServiceCollectionExtensions.AddWebhookSubscriptions<TSubscription, TKey>(IServiceCollection, Action<WebhookSubscriptionBuilder<TSubscription, TKey>>?)' (but other type parameters do)
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs#L24
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory.DefaultWebhookFactory(IOptions<WebhookFactoryOptions<Webhook>>)'
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs#L51
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory<TWebhook>.Options'
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L196
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory()'
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L217
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory(Action<WebhookFactoryOptions<TWebhook>>)'
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs#L24
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookDeliveryResultRepository<TResult, TKey>' (but other type parameters do)
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs#L24
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionRepository<TSubscription, TKey>' (but other type parameters do)
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs#L27
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionRepositoryProvider<TSubscription, TKey>' (but other type parameters do)
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs#L25
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionValidator<TSubscription, TKey>' (but other type parameters do)
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs#L38
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'ServiceCollectionExtensions.AddWebhookSubscriptions<TSubscription, TKey>(IServiceCollection, Action<WebhookSubscriptionBuilder<TSubscription, TKey>>?)' (but other type parameters do)
Build and Test (7.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs#L61
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'ServiceCollectionExtensions.AddWebhookSubscriptions<TSubscription, TKey>(IServiceCollection)' (but other type parameters do)
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory.cs#L24
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory.DefaultWebhookFactory(IOptions<WebhookFactoryOptions<Webhook>>)'
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/DefaultWebhookFactory_1.cs#L51
Missing XML comment for publicly visible type or member 'DefaultWebhookFactory<TWebhook>.Options'
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L196
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory()'
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks/Webhooks/WebhookNotifierBuilder.cs#L217
Missing XML comment for publicly visible type or member 'WebhookNotifierBuilder<TWebhook>.UseWebhookFactory(Action<WebhookFactoryOptions<TWebhook>>)'
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookDeliveryResultRepository.cs#L24
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookDeliveryResultRepository<TResult, TKey>' (but other type parameters do)
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepository.cs#L24
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionRepository<TSubscription, TKey>' (but other type parameters do)
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionRepositoryProvider.cs#L27
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionRepositoryProvider<TSubscription, TKey>' (but other type parameters do)
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/IWebhookSubscriptionValidator.cs#L25
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'IWebhookSubscriptionValidator<TSubscription, TKey>' (but other type parameters do)
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs#L38
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'ServiceCollectionExtensions.AddWebhookSubscriptions<TSubscription, TKey>(IServiceCollection, Action<WebhookSubscriptionBuilder<TSubscription, TKey>>?)' (but other type parameters do)
Build and Test (6.0.x, ubuntu-latest): src/Deveel.Webhooks.Service/Webhooks/ServiceCollectionExtensions.cs#L61
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'ServiceCollectionExtensions.AddWebhookSubscriptions<TSubscription, TKey>(IServiceCollection)' (but other type parameters do)