Skip to content

Commit

Permalink
Merge pull request #412 from WildernessLabs/cloud-error-event
Browse files Browse the repository at this point in the history
cherry-pick a change from the Desktop Deployment branch
  • Loading branch information
adrianstevens authored Dec 7, 2023
2 parents ebc3f1b + d43545d commit 888147f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/Meadow.Core/MeadowCloudService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ namespace Meadow;
/// </summary>
public class MeadowCloudService : IMeadowCloudService
{
/// <inheritdoc/>
public event EventHandler<string> ServiceError = default!;

Check failure on line 20 in source/Meadow.Core/MeadowCloudService.cs

View workflow job for this annotation

GitHub Actions / build

The field 'MeadowCloudService.ServiceError' is assigned but its value is never used

Check failure on line 20 in source/Meadow.Core/MeadowCloudService.cs

View workflow job for this annotation

GitHub Actions / build

The field 'MeadowCloudService.ServiceError' is assigned but its value is never used

/// <summary>
/// Creates a MeadowCloudService
/// </summary>
Expand Down

0 comments on commit 888147f

Please sign in to comment.