Skip to content

- Fix Bugs with Remote Hue #77

- Fix Bugs with Remote Hue

- Fix Bugs with Remote Hue #77

Triggered via push January 18, 2024 01:22
Status Cancelled
Total duration 18h 44m 20s
Artifacts 11
Matrix: Setup App for Build
Matrix: Build App
Matrix: Code Sign
Deploy Nightly App to Azure Blob Storage
37s
Deploy Nightly App to Azure Blob Storage
Deploy App to GitHub Release
0s
Deploy App to GitHub Release
Deploy App to Windows Store
0s
Deploy App to Windows Store
Deploy App to WinGet  /  Publish App to Winget
Deploy App to WinGet / Publish App to Winget
Deploy Standalone App Chocolatey  /  Publish App to Chocolatey
Deploy Standalone App Chocolatey / Publish App to Chocolatey
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
isaacrlevin
approved Jan 18, 2024
Deploy_Azure_Blob

Annotations

2 errors and 51 warnings
Deploy App to Windows Store
The run was canceled by @isaacrlevin.
Deploy App to GitHub Release
The run was canceled by @isaacrlevin.
Build App (Standalone)
Cannot convert null literal to non-nullable reference type.
Build App (Standalone)
Cannot convert null literal to non-nullable reference type.
Build App (Standalone)
Non-nullable field 's_mutex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build App (Standalone)
Possible null reference argument for parameter 'config' in 'void AppState.SetConfig(BaseConfig config)'.
Build App (Standalone)
Possible null reference argument for parameter 'config' in 'void AppState.SetConfig(BaseConfig config)'.
Build App (Standalone)
Dereference of a possibly null reference.
Build App (Standalone)
Possible null reference return.
Build App (Standalone)
Nullability of reference types in type of parameter 'sender' of 'void NotifyIcon.OnMouseDown(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
Build App (Standalone)
Nullability of reference types in type of parameter 'sender' of 'void NotifyIcon.OnMouseUp(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
Build App (Standalone)
Nullability of reference types in type of parameter 'sender' of 'void NotifyIcon.OnMouseClick(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
Build App (Standalone)
'StorageCreationPropertiesBuilder.StorageCreationPropertiesBuilder(string, string, string)' is obsolete: 'Use StorageCreationPropertiesBuilder(string, string) instead. If you need to consume the CacheChanged event then also use WithCacheChangedEvent(string, string)'
Build App (Standalone)
'StorageCreationPropertiesBuilder.StorageCreationPropertiesBuilder(string, string, string)' is obsolete: 'Use StorageCreationPropertiesBuilder(string, string) instead. If you need to consume the CacheChanged event then also use WithCacheChangedEvent(string, string)'
Build App (Standalone)
The variable 'e' is declared but never used
Build App (Standalone)
'IConfidentialClientApplication.GetAccountsAsync()' is obsolete: 'Use GetAccountAsync(identifier) in web apps and web APIs, and use a token cache serializer for better security and performance. See https://aka.ms/msal-net-cca-token-cache-serialization.'
Build App (Standalone)
The variable 'e' is declared but never used
Build App (Standalone)
This call site is reachable on all platforms. 'DataProtectionScope.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build App (Standalone)
This call site is reachable on all platforms. 'ProtectedData.Unprotect(byte[], byte[]?, DataProtectionScope)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build App (Standalone)
This call site is reachable on all platforms. 'ProtectedData.Protect(byte[], byte[]?, DataProtectionScope)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build App (Standalone)
This call site is reachable on all platforms. 'DataProtectionScope.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build App (Standalone)
This call site is reachable on all platforms. 'UnicastIPAddressInformation.PrefixOrigin' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build App (Standalone)
Cannot convert null literal to non-nullable reference type.
Build App (Standalone)
Cannot convert null literal to non-nullable reference type.
Build App (Standalone)
Non-nullable field 's_mutex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build App (Standalone)
Possible null reference argument for parameter 'config' in 'void AppState.SetConfig(BaseConfig config)'.
Build App (Standalone)
Possible null reference argument for parameter 'config' in 'void AppState.SetConfig(BaseConfig config)'.
Build App (Standalone)
'TelemetryConfiguration.InstrumentationKey.set' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
Build App (Standalone)
'TelemetryConfiguration.InstrumentationKey.set' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
Build App (Standalone)
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
Build App (Standalone)
Dereference of a possibly null reference.
Build App (Standalone)
Nullability of reference types in type of parameter 'sender' of 'void NotifyIcon.OnMouseDown(object sender, MouseEventArgs e)' doesn't match the target delegate 'MouseEventHandler' (possibly because of nullability attributes).
Build App (Nightly)
'IConfidentialClientApplication.GetAccountsAsync()' is obsolete: 'Use GetAccountAsync(identifier) in web apps and web APIs, and use a token cache serializer for better security and performance. See https://aka.ms/msal-net-cca-token-cache-serialization.'
Build App (Nightly)
'StorageCreationPropertiesBuilder.StorageCreationPropertiesBuilder(string, string, string)' is obsolete: 'Use StorageCreationPropertiesBuilder(string, string) instead. If you need to consume the CacheChanged event then also use WithCacheChangedEvent(string, string)'
Build App (Nightly)
'StorageCreationPropertiesBuilder.StorageCreationPropertiesBuilder(string, string, string)' is obsolete: 'Use StorageCreationPropertiesBuilder(string, string) instead. If you need to consume the CacheChanged event then also use WithCacheChangedEvent(string, string)'
Build App (Nightly)
The variable 'e' is declared but never used
Build App (Nightly)
The variable 'e' is declared but never used
Build App (Nightly)
Missing XML comment for publicly visible type or member 'Wiz'
Build App (Nightly)
Missing XML comment for publicly visible type or member 'Yeelight'
Build App (Nightly)
Missing XML comment for publicly visible type or member 'AuthorizationProvider'
Build App (Nightly)
Missing XML comment for publicly visible type or member 'AuthorizationProvider.PubClient'
Build App (Nightly)
Missing XML comment for publicly visible type or member 'AuthorizationProvider.ConfClient'
Build App (Release)
'StorageCreationPropertiesBuilder.StorageCreationPropertiesBuilder(string, string, string)' is obsolete: 'Use StorageCreationPropertiesBuilder(string, string) instead. If you need to consume the CacheChanged event then also use WithCacheChangedEvent(string, string)'
Build App (Release)
'StorageCreationPropertiesBuilder.StorageCreationPropertiesBuilder(string, string, string)' is obsolete: 'Use StorageCreationPropertiesBuilder(string, string) instead. If you need to consume the CacheChanged event then also use WithCacheChangedEvent(string, string)'
Build App (Release)
The variable 'e' is declared but never used
Build App (Release)
'IConfidentialClientApplication.GetAccountsAsync()' is obsolete: 'Use GetAccountAsync(identifier) in web apps and web APIs, and use a token cache serializer for better security and performance. See https://aka.ms/msal-net-cca-token-cache-serialization.'
Build App (Release)
The variable 'e' is declared but never used
Build App (Release)
Missing XML comment for publicly visible type or member 'Wiz'
Build App (Release)
Missing XML comment for publicly visible type or member 'Yeelight'
Build App (Release)
Missing XML comment for publicly visible type or member 'AuthorizationProvider'
Build App (Release)
Missing XML comment for publicly visible type or member 'AuthorizationProvider.PubClient'
Build App (Release)
Missing XML comment for publicly visible type or member 'AuthorizationProvider.ConfClient'
Deploy Nightly App to Azure Blob Storage
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.

Artifacts

Produced during runtime
Name Size
BuildArtifacts Expired
12.5 KB
Chocolatey Expired
5.59 KB
Nightly Expired
314 MB
Nightly_Signed Expired
315 MB
PreBuild-Nightly Expired
4.45 MB
PreBuild-Release Expired
4.45 MB
PreBuild-Standalone Expired
4.45 MB
Release Expired
626 MB
Release_Signed Expired
626 MB
Standalone Expired
299 MB
Standalone_Signed Expired
299 MB