You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
821644@qq.com aa3c532725 Fix compilation errors and repository duplicate definitions
- Fixed duplicate repository definitions by removing separate files and keeping only main definitions
- Fixed IRepository SaveAsync method return type to match BaseRepository (Task<int>)
- Removed duplicate using statements and resolved type conflicts
- Fixed DeviceStatus enum issue in DbContext (changed to string property)
- Added missing LogEntry and TagMapping models
- Fixed TaskStatus naming conflicts in ScheduledTaskRepository
- Resolved duplicate ConversionRule class definition
- Fixed CNCDbContext references to use correct model namespaces
- Updated CNCBusinessDbContext to include missing TaskExecutionResults DbSet
- Build now succeeds with only warnings (no errors)
3 weeks ago
..
ref Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
.NETCoreApp,Version=v6.0.AssemblyAttributes.cs Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.AssemblyInfo.cs Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.AssemblyInfoInputs.cache Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.GeneratedMSBuildEditorConfig.editorconfig Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.assets.cache Fix compilation errors and repository duplicate definitions 3 weeks ago
Haoliang.Tests.csproj.AssemblyReference.cache Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.csproj.CopyComplete Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.csproj.CoreCompileInputs.cache Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.csproj.FileListAbsolute.txt Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.dll Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.genruntimeconfig.cache Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Tests.pdb Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago