Skip to content

Conversation

@github-actions
Copy link

Auto-sync from develop via sync branch.

Elutrixx and others added 30 commits September 14, 2025 12:56
This change suppresses the protocol name output in case the Any/All service is used
Deemed as false positive, Initialize() already sets them both and has no point of failure that could clear them
The subscription could potentially be null after creation if initialization fails to subscribe; resubscribing until success could take an infinite time; therefore, an exception was chosen. subscriptionStream can't be null here, false positive
Made ApiConnection nullable, not important for already existing code, which was working without a forced value for ApiConnection, but might be relevant for future development
Added a read-only field, currently unused, but data is at least preserved. Arguably, whether a property or a field is more sensible for the sake of data privacy field was chosen
Missed a trickling warning while changing Config.cs
Recommendation is to use top level rout registration in projects for .NET 6+, but if a custom PipelineStructure or other explicit ordering is necessary. otherwise replace lines 170-173 with app.MapControllers()
if during dispose a value is nulled all code should reflect that possibility
Blazor standard is to avoid custom get/setters, i found no reason to break this standard here
Made small staging mistake
(bool) null should resolve to false, but let's not try it out, this has the same behavior and the added bonus of a happy warning
Same problems as previous commit, same solution
Chris and others added 23 commits October 21, 2025 16:38
v8.9.1 Connection Based Recertification Module
Merge pull request #3808 from CactuseSecurity/develop (only version number)
- should be no more whitespace changes in replace_metadata
fix(UI): Interface overview publication state icon broken
fix(UI): Modelling Connections button width
Issue/2896 owner_lifecycle_state
@github-actions github-actions bot added the automation Automatically created for syncing branches label Oct 27, 2025
Chris and others added 4 commits October 27, 2025 17:13
@sonarqubecloud
Copy link

@tpurschke tpurschke closed this pull request by merging all changes into importer-rework in 5842127 Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Automatically created for syncing branches

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants