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 816621dcb9 Continue fixing compilation errors after .NET 8 upgrade
- Fix CNCBusinessDbContext: remove BaseEntity/charset references, fix UseMySql ServerVersion
- Add missing DbSets to CNCDbContext (Employees, DeviceAssignments, Roles, TemplateFieldMappings, ProductionSummaries)
- Fix LogEntry model to use LogLevel enum instead of string Level property
- Fix LogRepository to use correct property names (Level, Timestamp, Id)
- Fix CollectionRepository LogLevel comparisons (remove .ToString())
- Fix ProductionRepository to use ProductionRecordBasic
- Fix ProductionSummaryRepository decimal conversions
- Fix ScheduledTaskRepository TaskStatus ambiguity with full namespace qualification
- Fix ScheduledTaskRepository ExecuteTaskAsync to use proper query
- Fix SystemRepository decimal division (alarms.Count to alarms.Count())
- Exclude Migrations folder from build (uses legacy EF Core 6.0 API)

Note: Haoliang.Core project still has many errors due to namespace mismatches
and duplicate class definitions - needs significant architectural review.
3 weeks ago
..
Common 完成CNC机床数据采集分析系统核心功能开发 4 weeks ago
DataCollection Fix compilation errors and repository duplicate definitions 3 weeks ago
Device Fix compilation errors and repository duplicate definitions 3 weeks ago
Models/System feat: Complete CNC machine data collection system implementation 4 weeks ago
Production Fix compilation errors and repository duplicate definitions 3 weeks ago
System Continue fixing compilation errors after .NET 8 upgrade 3 weeks ago
Template Fix compilation errors and repository duplicate definitions 3 weeks ago
User feat: Complete CNC machine data collection system implementation 4 weeks ago
bin/Debug/net8.0 Continue fixing compilation errors after .NET 8 upgrade 3 weeks ago
obj Continue fixing compilation errors after .NET 8 upgrade 3 weeks ago
Class1.cs Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
Haoliang.Models.csproj Upgrade project from .NET 6.0 to .NET 8.0 3 weeks ago