Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Microsoft.Identity.Web to 3.4.0 #649

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update dependency Microsoft.Identity.Web to 3.4.0
renovate[bot] authored Dec 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9100018183c22a2efca8593003a0523d3238fc70
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.1.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
</ItemGroup>

<ItemGroup>

Unchanged files with check annotations Beta

{
public class SchoolAbsence
{
public string DownloadYear { get; set; }

Check warning on line 5 in Dfe.Academies.Domain/EducationalPerformance/SchoolAbsence.cs

GitHub Actions / build-and-test

Non-nullable property 'DownloadYear' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public DateTimeOffset DateAndTimeImported { get; set; }
public string LA { get; set; }

Check warning on line 7 in Dfe.Academies.Domain/EducationalPerformance/SchoolAbsence.cs

GitHub Actions / build-and-test

Non-nullable property 'LA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string ESTAB { get; set; }

Check warning on line 8 in Dfe.Academies.Domain/EducationalPerformance/SchoolAbsence.cs

GitHub Actions / build-and-test

Non-nullable property 'ESTAB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string URN { get; set; }

Check warning on line 9 in Dfe.Academies.Domain/EducationalPerformance/SchoolAbsence.cs

GitHub Actions / build-and-test

Non-nullable property 'URN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string PERCTOT { get; set; }

Check warning on line 10 in Dfe.Academies.Domain/EducationalPerformance/SchoolAbsence.cs

GitHub Actions / build-and-test

Non-nullable property 'PERCTOT' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string PPERSABS10 { get; set; }

Check warning on line 11 in Dfe.Academies.Domain/EducationalPerformance/SchoolAbsence.cs

GitHub Actions / build-and-test

Non-nullable property 'PPERSABS10' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
}
}
{
public class CensusData
{
public string URN { get; set; }

Check warning on line 5 in Dfe.Academies.Domain/Census/CensusData.cs

GitHub Actions / build-and-test

Non-nullable property 'URN' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string LA { get; set; }

Check warning on line 6 in Dfe.Academies.Domain/Census/CensusData.cs

GitHub Actions / build-and-test

Non-nullable property 'LA' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string ESTAB { get; set; }

Check warning on line 7 in Dfe.Academies.Domain/Census/CensusData.cs

GitHub Actions / build-and-test

Non-nullable property 'ESTAB' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string SCHOOLTYPE { get; set; }

Check warning on line 8 in Dfe.Academies.Domain/Census/CensusData.cs

GitHub Actions / build-and-test

Non-nullable property 'SCHOOLTYPE' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
public string NOR { get; set; }
public string NORG { get; set; }
public string NORB { get; set; }