mirror of
https://github.com/bitwarden/server.git
synced 2026-02-06 00:53:20 +08:00
[PM-2943] Enable Nullable Repositories in Unowned Files (#4549)
* Enable Nullable In Unowned Repos * Update More Tests * Move to One If * Fix Collections * Format * Add Migrations * Move Pragma Annotation * Add Better Assert Message
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
using Bit.Core.Repositories;
|
||||
using Bit.Core.Settings;
|
||||
|
||||
#nullable enable
|
||||
|
||||
namespace Bit.Infrastructure.Dapper.Repositories;
|
||||
|
||||
public class InstallationRepository : Repository<Installation, Guid>, IInstallationRepository
|
||||
|
||||
Reference in New Issue
Block a user