Skip to content

Conversation

@abbasmhd
Copy link
Owner

@abbasmhd abbasmhd commented Mar 1, 2025

This PR addresses nullable reference warnings in the SQL test suite by adding proper nullable annotations while maintaining the existing test structure and formatting.

Changes

  • Updated Values_ShouldReturnCorrectResult parameter to object?[]
  • Modified SelectQuoted_ShouldReturnCorrectResult array declaration
  • Added nullable annotations to test data arrays
  • Preserved existing test formatting and alignment

Testing

  • All tests pass
  • No nullable reference warnings
  • Existing functionality remains unchanged

Checklist

  • Code builds without warnings
  • Tests pass
  • Formatting preserved
  • No breaking changes

Related Issues

Closes #55

abbasmhd added 30 commits April 8, 2023 10:21
Bump to .Net 7
- Security Guide
  - Database security
  - Parameter security
  - Authentication & Authorization
  - HTTPS and TLS
  - API security
  - Monitoring and logging
  - Best practices checklist

- Examples Guide
  - Basic CRUD operations
  - Advanced queries
  - Multi-table operations
  - Integration examples
  - Real-world scenarios
  - Complete code samples

- Troubleshooting Guide
  - Common issues and solutions
  - Debugging tips
  - Performance optimization
  - Security fixes
  - Configuration troubleshooting
  - Best practices
@abbasmhd abbasmhd self-assigned this Mar 1, 2025
@abbasmhd abbasmhd merged commit 093ac4b into main Mar 1, 2025
1 check 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.

Fix Nullable Reference Issues in SQL Tests

2 participants