Merge pull request #57 from DynamicsValue/feature/25x-improvements #32
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L38
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties._entityDataSourceRetrieverService'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L45
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties._organizationServiceFactory'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L46
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties._serviceEndpointNotificationService'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L75
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties.OrganizationService'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L76
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties.TracingService'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L78
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties.EntityDataSourceRetrieverService'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L81
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties.OrganizationServiceFactory'
|
src/FakeXrmEasy.Plugins/XrmFakedPluginContextProperties.cs#L82
Missing XML comment for publicly visible type or member 'XrmFakedPluginContextProperties.ServiceEndpointNotificationService'
|
tests/FakeXrmEasy.Plugins.Tests/PluginSteps/PluginRegistrationValidationTests.cs#L152
'IXrmFakedContextPipelineExtensions.RegisterPluginStep<TPlugin, TEntity>(IXrmFakedContext, string, ProcessingStepStage, ProcessingStepMode, int, string[], IEnumerable<PluginImageDefinition>)' is obsolete: 'This method is deprecated, please start using the new RegisterPluginStep method that takes an IPluginStepDefinition as a parameter'
|
tests/FakeXrmEasy.Plugins.Tests/IXrmBaseContextPluginExtensions/ExecutePluginWithTargetTests.cs#L70
'XrmFakedContext.ProxyTypesAssembly' is obsolete: 'Please use ProxyTypesAssemblies to retrieve assemblies and EnableProxyTypes to add new ones. This method is solely maintained for making a smoother transition to the latest versions from v1'
|
This job succeeded
Loading