Skip to content

Conversation

@Venommr
Copy link
Collaborator

@Venommr Venommr commented Oct 23, 2025

No description provided.

@Venommr Venommr linked an issue Oct 23, 2025 that may be closed by this pull request
@github-actions
Copy link

Formatting Issues Detected!

  • Backend (Csharpier): Please run dotnet csharpier format . to fix formatting.
View Csharpier output
Error ./Project.App/Project.Api/Repositories/UserRepository.cs - Was not formatted.
  ----------------------------- Expected: Around Line 52 -----------------------------
  
          // Update user balance
          public async Task UpdateBalanceAsync(User user)
  ----------------------------- Actual: Around Line 52 -----------------------------
  
          // Update user balance·
          public async Task UpdateBalanceAsync(User user)
  
Checked 73 files in 721ms.

@github-actions
Copy link

Formatting Issues Detected!

  • Backend (Csharpier): Please run dotnet csharpier format . to fix formatting.
View Csharpier output
Error ./Project.App/Project.Api/Repositories/UserRepository.cs - Was not formatted.
  ----------------------------- Expected: Around Line 52 -----------------------------
  
          // Update user balance
          public async Task UpdateBalanceAsync(User user)
  ----------------------------- Actual: Around Line 52 -----------------------------
  
          // Update user balance·
          public async Task UpdateBalanceAsync(User user)
  
Checked 73 files in 776ms.

@github-actions
Copy link

Formatting Issues Detected!

  • Backend (Csharpier): Please run dotnet csharpier format . to fix formatting.
View Csharpier output
Error ./Project.App/Project.Api/Repositories/UserRepository.cs - Was not formatted.
  ----------------------------- Expected: Around Line 52 -----------------------------
  
          // Update user balance
          public async Task UpdateBalanceAsync(User user)
  ----------------------------- Actual: Around Line 52 -----------------------------
  
          // Update user balance·
          public async Task UpdateBalanceAsync(User user)
  
Checked 73 files in 803ms.

@github-actions
Copy link

Formatting Issues Detected!

  • Backend (Csharpier): Please run dotnet csharpier format . to fix formatting.
View Csharpier output
Error ./Project.App/Project.Api/Repositories/UserRepository.cs - Was not formatted.
  ----------------------------- Expected: Around Line 52 -----------------------------
  
          // Update user balance
          public async Task UpdateBalanceAsync(User user)
  ----------------------------- Actual: Around Line 52 -----------------------------
  
          // Update user balance·
          public async Task UpdateBalanceAsync(User user)
  
Checked 73 files in 719ms.
- **Frontend (Prettier):** Please run `npm run format` in `Project.App/Project.Client` to fix formatting.
View Prettier output

> project.client@0.1.0 format:check
> prettier --check . --no-color

Checking formatting...
[warn] src/app/player/[id]/page.js
[warn] src/app/player/[id]/PlayerClient.jsx
[warn] Code style issues found in 2 files. Run Prettier with --write to fix.

Copy link
Collaborator

@alt-potato alt-potato left a comment

Choose a reason for hiding this comment

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

cough cough formatting

but seems good :)

@Sharv34 Sharv34 merged commit 0009a48 into main Oct 23, 2025
5 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.

Make User page dynamic

5 participants