重构项目结构,移除Assignment相关功能,优化Submission模块
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
This commit is contained in:
@@ -8,6 +8,34 @@
|
||||
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Context\Configuration\AssignmentAttachmentConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\AssignmentClassConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\AssignmentConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\AssignmentQuestionConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\ClassConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\KeyPointConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\QuestionConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\RoleConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\SubmissionConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\SubmissionDetailConfiguration.cs" />
|
||||
<Compile Remove="Context\Configuration\UserConfiguration.cs" />
|
||||
<Compile Remove="Services\ClassService.cs" />
|
||||
<Compile Remove="Services\ExamService.cs" />
|
||||
<Compile Remove="Services\IClassService.cs" />
|
||||
<Compile Remove="Services\IExamService.cs" />
|
||||
<Compile Remove="Services\INoteService.cs" />
|
||||
<Compile Remove="Services\IQuestionService.cs" />
|
||||
<Compile Remove="Services\IStudentSubmissionDetailService.cs" />
|
||||
<Compile Remove="Services\IStudentSubmissionService.cs" />
|
||||
<Compile Remove="Services\ISubmissionServices.cs" />
|
||||
<Compile Remove="Services\NoteService.cs" />
|
||||
<Compile Remove="Services\QuestionService.cs" />
|
||||
<Compile Remove="Services\StudentSubmissionDetailService.cs" />
|
||||
<Compile Remove="Services\StudentSubmissionService.cs" />
|
||||
<Compile Remove="Services\SubmissionServices.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="AutoMapper" Version="14.0.0" />
|
||||
<PackageReference Include="MailKit" Version="4.12.1" />
|
||||
@@ -18,6 +46,7 @@
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="8.0.16" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.16">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
@@ -33,4 +62,8 @@
|
||||
<ProjectReference Include="..\Entities\Entities.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Context\Configuration\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user