Skip to content

Update Tools and external references and raise public version. #5

Update Tools and external references and raise public version.

Update Tools and external references and raise public version. #5

Triggered via push January 17, 2024 15:14
Status Success
Total duration 3m 37s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build: src/SenseNet.Client/Tools.cs#L43
'Content.ExistsAsync(string, ServerContext)' is obsolete: 'Use IsContentExistsAsync(string path, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.Client/Tools.cs#L52
'Content.CreateNew(string, string, string, string, ServerContext)' is obsolete: 'Use CreateContent or CreateContentByTemplate methods of the IRepository.'
build: src/SenseNet.Client/Tools.cs#L56
'Content.SaveAsync()' is obsolete: 'Use overload SaveAsync(CancellationToken).'
build: src/SenseNet.Client/Importer.cs#L229
'Content.ExistsAsync(string, ServerContext)' is obsolete: 'Use IsContentExistsAsync(string path, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.Client/Importer.cs#L232
'Content.LoadAsync(string, ServerContext)' is obsolete: 'Use LoadContentAsync(string path, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.Client/Importer.cs#L238
'Content.UploadAsync(int, string, Stream, string, string, ServerContext, Action<int>)' is obsolete: 'Use the UploadAsync method of IRepository.'
build: src/SenseNet.Client/ServerContext.cs#L129
'Content.LoadAsync(ODataRequest, ServerContext)' is obsolete: 'Use LoadContentAsync<T>(LoadContentRequest requestData, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.Client/Content.cs#L383
'Content.LoadAsync(ODataRequest, ServerContext)' is obsolete: 'Use LoadContentAsync<T>(LoadContentRequest requestData, CancellationToken cancel) method of the IRepository.'
build: src/SenseNet.Client/RESTCaller.cs#L581
'Content.Create(int, ServerContext)' is obsolete: 'Use CreateExistingContent(int id) or CreateExistingContent<T>(int id) methods of the IRepository.'
build: src/SenseNet.Client/RESTCaller.cs#L664
'Content.Create(int, ServerContext)' is obsolete: 'Use CreateExistingContent(int id) or CreateExistingContent<T>(int id) methods of the IRepository.'