You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Ensure only src/ projects are packable for NuGet
PROBLEM: Test and manual projects in tests/ directory were inheriting packaging properties from Directory.Build.props and could be packed unintentionally.
SOLUTION: Added IsPackable=false to all test, manual, demo, benchmark, and profiling projects in tests/ directory.
AFFECTED PROJECTS: - tests/DiagTest - tests/Manual/RefFieldDemo - tests/Manual/SingleFileTest - tests/SharpCoreDB.Benchmarks - tests/SharpCoreDB.DemoJoinsSubQ - tests/SharpCoreDB.Profiling - tests/SharpCoreDB.Provider.Sync.Tests
RESULT: Only projects in src/ directory will be packable as NuGet packages.