Skip to content

Fixing build for task activity attribute#77

Merged
sfmskywalker merged 2 commits intodevelop/3.6.0from
feat/task-activity-attribute
Aug 7, 2025
Merged

Fixing build for task activity attribute#77
sfmskywalker merged 2 commits intodevelop/3.6.0from
feat/task-activity-attribute

Conversation

@lukhipolito
Copy link
Contributor

@lukhipolito lukhipolito commented Aug 7, 2025

This pull request primarily updates package versions and makes a minor code improvement for clarity. The most important changes are:

Dependency Updates:

  • Updated ElsaVersion to 3.6.0-preview.3267, ElsaStudioVersion to 3.6.0-preview.1170, and MicrosoftVersion to 9.0.8 in Directory.Build.props to keep dependencies current.

Code Quality Improvement:

  • In OpenTelemetryTracingActivityExecutionMiddleware.cs, replaced activity.GetRunAsynchronously() == true with activity.GetRunAsynchronously() is true for clearer intent and improved null safety.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates package versions to their latest preview releases and improves code clarity in OpenTelemetry middleware by replacing an equality check with a pattern matching expression for better null safety.

  • Updated Elsa and Microsoft package versions to latest preview releases
  • Replaced == true comparison with is true pattern matching for clearer intent and null safety

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Directory.Build.props Updated ElsaVersion, ElsaStudioVersion, and MicrosoftVersion to latest preview releases
OpenTelemetryTracingActivityExecutionMiddleware.cs Improved boolean comparison using pattern matching for better null safety

@sfmskywalker sfmskywalker merged commit 28f945d into develop/3.6.0 Aug 7, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants