Skip to content

chores: mark previous clientdto as deprecated#2319

Open
andreasisnes wants to merge 1 commit intomainfrom
chores/set-previous-clientdto-as-deprecated
Open

chores: mark previous clientdto as deprecated#2319
andreasisnes wants to merge 1 commit intomainfrom
chores/set-previous-clientdto-as-deprecated

Conversation

@andreasisnes
Copy link
Collaborator

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)
  • All tests run green

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@andreasisnes andreasisnes self-assigned this Feb 20, 2026
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed for 'Authorization Altinn.AccessManagement'

Failed conditions
0.0% Coverage on New Code (required ≥ 65%)

See analysis details on SonarQube Cloud


/// <inheritdoc/>
public async Task<IEnumerable<ClientDto>> GetClients(Guid toId, string[] roles, string[] packages, CancellationToken cancellationToken = default)
public async Task<IEnumerable<_ClientDto>> GetClients(Guid toId, string[] roles, string[] packages, CancellationToken cancellationToken = default)
Copy link
Member

Choose a reason for hiding this comment

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

Men er det ikke noen som bruker disse operasjonene heller lenger heller? Ville i så fall forventet å se refaktorering også hvor disse blir brukt i så fall.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tenkte jeg skulle ta en annen refaktoring for å slette det, men irriterte meg at jeg måtte deklarer full path hver gang for klientdelegering..

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

systembruker bruker vel fortsatt gamle kanskje?

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.

2 participants