Skip to content

Velaptor Preview Release #70

Velaptor Preview Release

Velaptor Preview Release #70

Manually triggered March 7, 2024 22:44
Status Success
Total duration 2m 52s
Artifacts

release.yml

on: workflow_dispatch
Determine Release Notes Dir Path
4s
Determine Release Notes Dir Path
Validate Version  /  Print & Validate DotNet Version Workflow
3s
Validate Version / Print & Validate DotNet Version Workflow
Validate Version  /  Get And Validate Version
31s
Validate Version / Get And Validate Version
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate DotNet Version Workflow
3s
Performing Preview Release of Velaptor (Debug) / Validate Version / Print & Validate DotNet Version Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Get And Validate Version
38s
Performing Preview Release of Velaptor (Debug) / Validate Version / Get And Validate Version
Performing Preview Release of Velaptor (Debug)  /  Print & Validate DotNet Lib Release Workflow
11s
Performing Preview Release of Velaptor (Debug) / Print & Validate DotNet Lib Release Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate NuGet Check Workflow
5s
Performing Preview Release of Velaptor (Debug) / Validate NuGet Package Does Not Exist / Print & Validate NuGet Check Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate Tag Workflow
3s
Performing Preview Release of Velaptor (Debug) / Validate Tag / Print & Validate Tag Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Validate Tag
16s
Performing Preview Release of Velaptor (Debug) / Validate Tag / Validate Tag
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate GitHub Release Workflow
12s
Performing Preview Release of Velaptor (Debug) / GitHub Release Does Not Exist / Print & Validate GitHub Release Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate Milestone Status Workflow
13s
Performing Preview Release of Velaptor (Debug) / Validate Milestone Status / Print & Validate Milestone Status Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate Run DotNet Tests Workflow
12s
Performing Preview Release of Velaptor (Debug) / Run Tests / Print & Validate Run DotNet Tests Workflow
Performing Preview Release of Velaptor (Debug)  /  ...  /  Print & Validate Build DotNet Proj Workflow
4s
Performing Preview Release of Velaptor (Debug) / Build Main Project / Print & Validate Build DotNet Proj Workflow
Performing Preview Release of Velaptor (Debug)  /  Validate Branch
5s
Performing Preview Release of Velaptor (Debug) / Validate Branch
Performing Preview Release of Velaptor (Debug)  /  ...  /  Validate SDK Setup
9s
Performing Preview Release of Velaptor (Debug) / Validate SDK Setup / Validate SDK Setup
Performing Preview Release of Velaptor (Debug)  /  ...  /  Validate NuGet Package Does Not Exist
7s
Performing Preview Release of Velaptor (Debug) / Validate NuGet Package Does Not Exist / Validate NuGet Package Does Not Exist
Performing Preview Release of Velaptor (Debug)  /  ...  /  Validate GitHub Release
8s
Performing Preview Release of Velaptor (Debug) / GitHub Release Does Not Exist / Validate GitHub Release
Performing Preview Release of Velaptor (Debug)  /  ...  /  Validate Milestone Status
16s
Performing Preview Release of Velaptor (Debug) / Validate Milestone Status / Validate Milestone Status
Performing Preview Release of Velaptor (Debug)  /  ...  /  Resolve Project File Path
10s
Performing Preview Release of Velaptor (Debug) / Run Tests / Resolving VelaptorTests Project File Path / Resolve Project File Path
Performing Preview Release of Velaptor (Debug)  /  ...  /  Resolve Project File Path
17s
Performing Preview Release of Velaptor (Debug) / Build Main Project / Resolving Velaptor Project File Path / Resolve Project File Path
Performing Preview Release of Velaptor (Debug)  /  ...  /  Run Unit Tests
28s
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests
Performing Preview Release of Velaptor (Debug)  /  ...  /  Building Velaptor Project
30s
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project
Performing Preview Release of Velaptor (Debug)  /  Perform Preview Release
48s
Performing Preview Release of Velaptor (Debug) / Perform Preview Release
Run API Doc Release
7s
Run API Doc Release
Fit to window
Zoom out
Zoom in

Annotations

33 warnings and 23 notices
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/Factories/IUIControlFactory.cs#L19
'Label' is obsolete: 'This class is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/Factories/UIControlFactory.cs#L16
'Label' is obsolete: 'This class is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/ControlBase.cs#L17
'IControl' is obsolete: 'This interface is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/Button.cs#L185
Obsolete member 'Button.Position' overrides non-obsolete member 'ControlBase.Position'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/Button.cs#L234
Obsolete member 'Button.Width' overrides non-obsolete member 'ControlBase.Width'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/Button.cs#L257
Obsolete member 'Button.Height' overrides non-obsolete member 'ControlBase.Height'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/TextBox.cs#L215
Obsolete member 'TextBox.Width' overrides non-obsolete member 'ControlBase.Width'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/TextBox.cs#L286
Obsolete member 'TextBox.Height' overrides non-obsolete member 'ControlBase.Height'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/TextBox.cs#L292
Obsolete member 'TextBox.Position' overrides non-obsolete member 'ControlBase.Position'
Performing Preview Release of Velaptor (Debug) / Run Tests / Run Unit Tests: Velaptor/UI/TextBox.cs#L355
Obsolete member 'TextBox.LoadContent()' overrides non-obsolete member 'ControlBase.LoadContent()'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/Factories/IUIControlFactory.cs#L19
'Label' is obsolete: 'This class is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/Factories/UIControlFactory.cs#L16
'Label' is obsolete: 'This class is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/ControlBase.cs#L17
'IControl' is obsolete: 'This interface is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/Button.cs#L185
Obsolete member 'Button.Position' overrides non-obsolete member 'ControlBase.Position'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/Button.cs#L234
Obsolete member 'Button.Width' overrides non-obsolete member 'ControlBase.Width'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/Button.cs#L257
Obsolete member 'Button.Height' overrides non-obsolete member 'ControlBase.Height'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/TextBox.cs#L215
Obsolete member 'TextBox.Width' overrides non-obsolete member 'ControlBase.Width'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/TextBox.cs#L286
Obsolete member 'TextBox.Height' overrides non-obsolete member 'ControlBase.Height'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/TextBox.cs#L292
Obsolete member 'TextBox.Position' overrides non-obsolete member 'ControlBase.Position'
Performing Preview Release of Velaptor (Debug) / Build Main Project / Building Velaptor Project: Velaptor/UI/TextBox.cs#L355
Obsolete member 'TextBox.LoadContent()' overrides non-obsolete member 'ControlBase.LoadContent()'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, NuGet/setup-nuget@v1, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/Factories/IUIControlFactory.cs#L19
'Label' is obsolete: 'This class is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/Factories/UIControlFactory.cs#L16
'Label' is obsolete: 'This class is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/ControlBase.cs#L17
'IControl' is obsolete: 'This interface is deprecated and will be removed in a future release.'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/Button.cs#L185
Obsolete member 'Button.Position' overrides non-obsolete member 'ControlBase.Position'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/Button.cs#L234
Obsolete member 'Button.Width' overrides non-obsolete member 'ControlBase.Width'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/Button.cs#L257
Obsolete member 'Button.Height' overrides non-obsolete member 'ControlBase.Height'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/TextBox.cs#L215
Obsolete member 'TextBox.Width' overrides non-obsolete member 'ControlBase.Width'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/TextBox.cs#L286
Obsolete member 'TextBox.Height' overrides non-obsolete member 'ControlBase.Height'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/TextBox.cs#L292
Obsolete member 'TextBox.Position' overrides non-obsolete member 'ControlBase.Position'
Performing Preview Release of Velaptor (Debug) / Perform Preview Release: Velaptor/UI/TextBox.cs#L355
Obsolete member 'TextBox.LoadContent()' overrides non-obsolete member 'ControlBase.LoadContent()'
Performing Preview Release of Velaptor (Debug) / Print & Validate DotNet Lib Release Workflow
The 'net-sdk-version' workflow input is valid.
Validate Version / Get And Validate Version
Validate DotNet Version Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts/validate-version.ts
Validate Version / Get And Validate Version
✅The preview version 'v1.0.0-preview.34' is valid!!✅
Performing Preview Release of Velaptor (Debug) / Validate Version / Get And Validate Version
Validate DotNet Version Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts/validate-version.ts
Performing Preview Release of Velaptor (Debug) / Validate Version / Get And Validate Version
✅The preview version 'v1.0.0-preview.34' is valid!!✅
Performing Preview Release of Velaptor (Debug) / Build Main Project / Resolving Velaptor Project File Path / Resolve Project File Path
DotNet Lib Release Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts
Performing Preview Release of Velaptor (Debug) / Build Main Project / Resolving Velaptor Project File Path / Resolve Project File Path
Set output 'project-file-path' set to a value of '/home/runner/work/Velaptor/Velaptor/Velaptor/Velaptor.csproj'.
Performing Preview Release of Velaptor (Debug) / Run Tests / Resolving VelaptorTests Project File Path / Resolve Project File Path
Set output 'project-file-path' set to a value of '/home/runner/work/Velaptor/Velaptor/Velaptor/Velaptor.csproj'.
Performing Preview Release of Velaptor (Debug) / Run Tests / Resolving VelaptorTests Project File Path / Resolve Project File Path
DotNet Lib Release Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts
Performing Preview Release of Velaptor (Debug) / Validate Tag / Validate Tag
Validate Tag Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts/validate-tag.ts
Performing Preview Release of Velaptor (Debug) / Validate NuGet Package Does Not Exist / Validate NuGet Package Does Not Exist
NuGet Package Check Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts/nuget-pkg-does-not-exist.ts
Performing Preview Release of Velaptor (Debug) / GitHub Release Does Not Exist / Validate GitHub Release
Validate GitHub Release Version Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts/github-release-does-not-exist.ts
Performing Preview Release of Velaptor (Debug) / Validate Milestone Status / Validate Milestone Status
✅All issues and pull requests in milestone 'v1.0.0-preview.34' are closed and no pull requests are in draft.✅
Performing Preview Release of Velaptor (Debug) / Validate Milestone Status / Validate Milestone Status
DotNet Lib Release Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts
Performing Preview Release of Velaptor (Debug) / Perform Preview Release
Successfully transpiled the README.md file.
Performing Preview Release of Velaptor (Debug) / Perform Preview Release
A release tweet was successfully broadcasted for the 'Velaptor' project for version 'v1.0.0-preview.34'.
Performing Preview Release of Velaptor (Debug) / Perform Preview Release
DotNet Lib Release Script URL: https:/raw.githubusercontent.com/KinsonDigital/Infrastructure/v13.6.3/cicd/scripts
Run API Doc Release
An API documentation release has been triggered for the 'VelaptorDocs' repository.