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.
jiang 62edee20a8 fix: 注册ISchedulerService到依赖注入容器
- 在Startup.cs中添加services.AddScoped<ISchedulerService, SchedulerService>()
- 修复SystemController无法注入ISchedulerService的问题
- 解决500错误:Unable to resolve service for type ISchedulerService

测试结果:
- 解决方案编译成功
- API应用可以启动
- 修复了依赖注入问题
3 weeks ago
..
Controllers 修复编译错误,完成.NET 8.0升级 3 weeks ago
Filters 修复编译错误,完成.NET 8.0升级 3 weeks ago
Hubs 修复编译错误,完成.NET 8.0升级 3 weeks ago
Middleware 修复IIS部署问题: 3 weeks ago
Properties Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
obj Continue fixing compilation errors after .NET 8 upgrade 3 weeks ago
Haoliang.Api.csproj 修复部署脚本:移除--no-restore并在项目文件中添加RuntimeIdentifier 3 weeks ago
Program.cs Fix compilation errors and repository duplicate definitions 3 weeks ago
Startup.cs fix: 注册ISchedulerService到依赖注入容器 3 weeks ago
WeatherForecast.cs Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
appsettings.Development.json Initial commit: Complete .NET6 CNC machine data collection and analysis system 4 weeks ago
appsettings.json 第一阶段:数据库环境验证完成 3 weeks ago