Commit 71a65e1
committed
fix: remove 51 stray packages.lock.json and pin lock file path
Root cause: RestorePackagesWithLockFile=true without NuGetLockFilePath
caused IDE/restore to generate lock files in every subdirectory
containing .cs files (not just directories with .csproj).
Fix: add NuGetLockFilePath=$(MSBuildProjectDirectory)/packages.lock.json
to Directory.Build.props, ensuring lock files are only generated next
to their owning .csproj. Deleted 51 orphaned lock files.1 parent a9b7a4d commit 71a65e1
File tree
56 files changed
+1
-2153
lines changed- src
- Applications
- FeatureManagement/ChengYuan.FeatureManagement.Persistence/Stores
- Identity/ChengYuan.Identity.Persistence/Repositories
- PermissionManagement/ChengYuan.PermissionManagement.Persistence/Stores
- SettingManagement/ChengYuan.SettingManagement.Persistence/Stores
- TenantManagement
- ChengYuan.TenantManagement.Application/Stores
- ChengYuan.TenantManagement.Contracts
- Managers
- Stores
- ChengYuan.TenantManagement.Persistence/Stores
- Framework
- Core
- Data
- Tenancy
- Json
- Localization
- Primitives/Scoping
- Runtime
- DependencyInjection
- Lifecycle
- Logging
- Modularity
- Validation
- Data/ChengYuan.EntityFrameworkCore
- Converters
- UnitOfWork
- ExecutionContext
- ChengYuan.ExecutionContext.Abstractions/Accessors
- ChengYuan.ExecutionContext.Runtime/Accessors
- MultiTenancy
- ChengYuan.MultiTenancy.Abstractions
- Accessors
- Resolution
- ChengYuan.MultiTenancy.Runtime
- Accessors
- Resolution
- Hosts
- CliHost
- Composition
- Application
- Cli
- Framework
- Properties
- WebHost/Composition
- Application
- Framework
- Http
- TenantResolution
- Sources
- tests/ChengYuan.FrameworkKernel.Tests
- Applications
- AuditLogging
- FeatureManagement
- Identity
- PermissionManagement
- SettingManagement
- TenantManagement
- Framework
- Auditing
- Authorization
- Caching
- Core
- Features
- MultiTenancy
- Settings
- Hosts
- CliHost
- WebHost
- Support
- Bootstrapping
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1
-2153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
src/Applications/TenantManagement/ChengYuan.TenantManagement.Application/Stores/packages.lock.json
Lines changed: 0 additions & 41 deletions
This file was deleted.
src/Applications/TenantManagement/ChengYuan.TenantManagement.Contracts/Managers/packages.lock.json
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
src/Applications/TenantManagement/ChengYuan.TenantManagement.Persistence/Stores/packages.lock.json
Lines changed: 0 additions & 41 deletions
This file was deleted.
This file was deleted.
0 commit comments