Feat/disable through appsettings #33
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L30
'IContactInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<ContactInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ContactInfo>.Instance property.'
|
build:
examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L39
'IConsentInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<ConsentInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ConsentInfo>.Instance property.'
|
build:
examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L40
'IBizFormInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<BizFormInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<BizFormInfo>.Instance property.'
|
build:
examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L41
'IContactGroupInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<ContactGroupInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ContactGroupInfo>.Instance property.'
|
build:
examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L59
'IConsentInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<ConsentInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ConsentInfo>.Instance property.'
|
build:
examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L60
'IBizFormInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<BizFormInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<BizFormInfo>.Instance property.'
|
build:
examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L61
'IContactGroupInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<ContactGroupInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ContactGroupInfo>.Instance property.'
|
build:
examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L32
'IConsentAgreementInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<ConsentAgreementInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<ConsentAgreementInfo>.Instance property.'
|
build:
examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L33
'IBizFormInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<BizFormInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<BizFormInfo>.Instance property.'
|
build:
examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L34
'IAccountContactInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<AccountContactInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<AccountContactInfo>.Instance property.'
|