Commit c74e296
Introduce lockfiles (#786)
* chore: enable lock file generation
* chore: add lock files
* chore: set ContinuousIntegrationBuild for each dotnet command
* chore: automatically set ContinuousIntegrationBuild to true when building with github actions
* chore: set TreatWarningsAsErrors to true for all projects
* chore: set EnforceCodeStyleInBuild to true for all projects
* chore: update lockfiles
* chore: explicitly set ContinuousIntegrationBuild for dotnet format and open source license check
* chore: update lock files
* ci: fix dotnet format by restoring separately
* chore: delete orphaned lockfiles
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>1 parent 623dae7 commit c74e296
File tree
120 files changed
+125169
-30
lines changed- .ci
- .github/workflows
- Applications
- AdminApi
- src
- AdminApi.Infrastructure.Database.Postgres
- AdminApi.Infrastructure.Database.SqlServer
- AdminApi.Infrastructure
- AdminApi
- test/AdminApi.Tests.Integration
- AdminCli/src/AdminCli
- ConsumerApi
- src
- test
- ConsumerApi.Tests.Integration
- ConsumerApi.Tests.Performance/PerformanceSnapshotCreator
- DatabaseMigrator/src/DatabaseMigrator
- EventHandlerService
- src/EventHandlerService
- test/EventHandlerService.Tests
- FilesSanityCheck
- src/FilesSanityCheck
- test/Files.Jobs.SanityCheck.Tests
- HealthCheck/src
- IdentityDeletionJobs
- src/Job.IdentityDeletion
- test
- Job.IdentityDeletion.Tests.Integration
- Job.IdentityDeletion.Tests
- SseServer
- src/SseServer
- test/SseServerTests
- Backbone.Tests.ArchUnit
- BuildingBlocks
- src
- BuildingBlocks.API
- BuildingBlocks.Application.Abstractions
- BuildingBlocks.Application
- BuildingBlocks.Domain
- BuildingBlocks.Infrastructure
- BuildingBlocks.SDK
- Crypto
- DevelopmentKit.Identity
- Tooling
- UnitTestTools
- test
- BuildingBlocks.Application.Tests
- BuildingBlocks.Infrastructure.Tests
- Crypto.Tests
- DevelopmentKit.Identity.Tests
- Tooling.Tests
- Common/src/Common.Infrastructure
- Infrastructure
- Modules
- Challenges
- src
- Challenges.Application
- Challenges.ConsumerApi
- Challenges.Domain
- Challenges.Infrastructure.Database.Postgres
- Challenges.Infrastructure.Database.SqlServer
- Challenges.Infrastructure
- Challenges.Jobs.Cleanup
- test/Challenges.Application.Tests
- Devices
- src
- Devices.Application
- Devices.ConsumerApi
- Devices.Domain
- Devices.Infrastructure.Database.Postgres
- Devices.Infrastructure.Database.SqlServer
- Devices.Infrastructure
- test
- Devices.Application.Tests
- Devices.Domain.Tests
- Devices.Infrastructure.Tests
- Files
- src
- Files.Application
- Files.ConsumerApi
- Files.Domain
- Files.Infrastructure.Database.Postgres
- Files.Infrastructure.Database.SqlServer
- Files.Infrastructure
- test
- Files.Application.Tests
- Files.Infrastructure.Tests
- Messages
- src
- Messages.Application
- Messages.Common
- Messages.ConsumerApi
- Messages.Domain
- Messages.Infrastructure.Database.Postgres
- Messages.Infrastructure.Database.SqlServer
- Messages.Infrastructure
- test
- Messages.Application.Tests
- Messages.Domain.Tests
- Quotas
- src
- Quotas.Application
- Quotas.ConsumerApi
- Quotas.Domain
- Quotas.Infrastructure.Database.Postgres
- Quotas.Infrastructure.Database.SqlServer
- Quotas.Infrastructure
- test
- Quotas.Application.Tests
- Quotas.Domain.Tests
- Quotas.Infrastructure.Tests
- Relationships/src
- Relationships.Application
- Relationships.Common
- Relationships.ConsumerApi
- Relationships.Domain
- Relationships.Infrastructure.Database.Postgres
- Relationships.Infrastructure.Database.SqlServer
- Relationships.Infrastructure
- Synchronization
- src
- Synchronization.Application
- Synchronization.ConsumerApi
- Synchronization.Domain
- Synchronization.Infrastructure.Database.Postgres
- Synchronization.Infrastructure.Database.SqlServer
- Synchronization.Infrastructure
- test
- Synchronization.Application.Tests
- Synchronization.Domain.Tests
- Tokens
- src
- Tokens.Application
- Tokens.ConsumerApi
- Tokens.Domain
- Tokens.Infrastructure.Database.Postgres
- Tokens.Infrastructure.Database.SqlServer
- Tokens.Infrastructure
- test
- Tokens.Application.Tests
- Tokens.Domain.Tests
- Sdks
- AdminApi.Sdk/src
- ConsumerApi.Sdk/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
120 files changed
+125169
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
0 commit comments