Skip to content

Bugfix/5126#8

Merged
GeoNewb merged 3 commits into
mainfrom
bugfix/5126
Mar 13, 2026
Merged

Bugfix/5126#8
GeoNewb merged 3 commits into
mainfrom
bugfix/5126

Conversation

@GeoNewb

@GeoNewb GeoNewb commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

🐛 Bug Description

Root Cause

Steps to Reproduce (Before Fix)

  1. Öppna organisationen
  2. Öppna användaren
  3. Välj rollen test så slutar det fungera

Changes Made

La till en check på bugfix

How Has This Been Tested?

  • Unit tests
  • Integration tests
  • Manual testing

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have added a test that proves the bug is fixed
  • My changes generate no new warnings
  • I have verified the fix does not introduce new issues

Comment thread DemoApp/Program.cs
using var reader = cmd.ExecuteReader();
while (reader.Read()) { /*...*/ }
}
var fixedBug = 123;
Comment thread DemoApp/Program.cs
var fixedBug = 123;
var HelloWorld = "Hello, World!";

Console.WriteLine(HelloWorld.ToString());
@GeoNewb GeoNewb merged commit 5f057c3 into main Mar 13, 2026
8 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.

1 participant