Skip to content

Feat/index reusable types (#26) #65

Feat/index reusable types (#26)

Feat/index reusable types (#26) #65

Triggered via push September 24, 2024 06:32
Status Success
Total duration 1m 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L42
'ISettingsKeyInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<SettingsKeyInfo> 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<SettingsKeyInfo>.Instance property.'
build: examples/DancingGoat/AdminComponents/Apps/SampleDataGenerator/SampleDataGeneratorApplication.cs#L62
'ISettingsKeyInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<SettingsKeyInfo> 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<SettingsKeyInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollector.cs#L16
'ICountryInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<CountryInfo> 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<CountryInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollector.cs#L17
'IStateInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<StateInfo> 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<StateInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L35
'ISettingsKeyInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<SettingsKeyInfo> 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<SettingsKeyInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L37
'ICountryInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<CountryInfo> 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<CountryInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollector.cs#L36
'ICountryInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<CountryInfo> 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<CountryInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollector.cs#L37
'IStateInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<StateInfo> 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<StateInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/DancingGoatSamplesModule.cs#L38
'IStateInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<StateInfo> 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<StateInfo>.Instance property.'
build: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollectorCore.cs#L21
'ICountryInfoProvider' is obsolete: 'Use CMS.DataEngine.IInfoProvider<CountryInfo> 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<CountryInfo>.Instance property.'