Skip to content

Simplified PutInternal method and changed return type of Poll (#1286)#1289

Merged
masesdevelopers merged 1 commit intorelease/2.9.Xfrom
1285-convert-return-value-into-an-ienumerablesourcerecord-and-avoid-useless-copy-2-9-X
Jan 16, 2026
Merged

Simplified PutInternal method and changed return type of Poll (#1286)#1289
masesdevelopers merged 1 commit intorelease/2.9.Xfrom
1285-convert-return-value-into-an-ienumerablesourcerecord-and-avoid-useless-copy-2-9-X

Conversation

@masesdevelopers
Copy link
Contributor

Description

  • Simplified PutInternal method and changed return type of Poll

  • Update documents

  • Adds .NET on MacOS tests

  • Add .NET 10 in tests missed in Bump MASES.JNet from 2.6.4 to 2.6.5 #1232

  • Adds binary upload for tests under .NET 10

Related Issue

fix #1285

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

)

* Simplified PutInternal method and changed return type of Poll

* Update documents

* Adds .NET on MacOS tests

* Add .NET 10 in tests missed in #1232

* Adds binary upload for tests under .NET 10
@masesdevelopers masesdevelopers self-assigned this Jan 16, 2026
@masesdevelopers masesdevelopers added enhancement New feature or request KNetConnectSDK KNetConnectSDK related issue labels Jan 16, 2026
@masesdevelopers masesdevelopers merged commit 394e286 into release/2.9.X Jan 16, 2026
10 checks passed
@masesdevelopers masesdevelopers deleted the 1285-convert-return-value-into-an-ienumerablesourcerecord-and-avoid-useless-copy-2-9-X branch January 16, 2026 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request KNetConnectSDK KNetConnectSDK related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert return value into an IEnumerable<SourceRecord> and avoid useless copy

1 participant