Skip to content

Merge branch 'main' of https://github.com/husmus00/mano-web #30

Merge branch 'main' of https://github.com/husmus00/mano-web

Merge branch 'main' of https://github.com/husmus00/mano-web #30

Triggered via push December 31, 2023 02:30
Status Success
Total duration 57s
Artifacts

main.yml

on: push
deploy-to-github-pages
49s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages: mano-src/Components.cs#L23
The variable 'e' is declared but never used
deploy-to-github-pages: mano-src/Assembler.cs#L111
Nullability of reference types in value of type '(bool passFailed, Dictionary<string, uint>?)' doesn't match target type '(bool passOneSuccess, Dictionary<string, uint> addressSymbolTable)'.
deploy-to-github-pages: mano-src/Assembler.cs#L119
Nullability of reference types in value of type '(bool passFailed, Dictionary<string, uint>?)' doesn't match target type '(bool passOneSuccess, Dictionary<string, uint> addressSymbolTable)'.
deploy-to-github-pages: mano-src/Assembler.cs#L152
Nullability of reference types in value of type '(bool passFailed, Dictionary<string, uint>?)' doesn't match target type '(bool passOneSuccess, Dictionary<string, uint> addressSymbolTable)'.
deploy-to-github-pages: mano-src/Assembler.cs#L167
Nullability of reference types in value of type '(bool passFailed, Dictionary<string, uint>?)' doesn't match target type '(bool passOneSuccess, Dictionary<string, uint> addressSymbolTable)'.
deploy-to-github-pages: mano-src/Assembler.cs#L173
Nullability of reference types in value of type '(bool passFailed, Dictionary<string, uint>?)' doesn't match target type '(bool passOneSuccess, Dictionary<string, uint> addressSymbolTable)'.
deploy-to-github-pages: mano-src/Components.cs#L81
The variable 'e' is declared but never used
deploy-to-github-pages: mano-src/Assembler.cs#L370
Nullability of reference types in value of type '(bool passFailed, Dictionary<uint, string>?)' doesn't match target type '(bool passTwoSuccess, Dictionary<uint, string> binaryProgram)'.
deploy-to-github-pages: mano-src/Components.cs#L251
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
deploy-to-github-pages: mano-src/Assembler.cs#L8
Non-nullable field 'program' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.