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

Bump Microsoft.EntityFrameworkCore from 8.0.13 to 9.0.3 in /src/net #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/net/KEFCore.SerDes/KEFCore.SerDes.csproj
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.13" PrivateAssets="none" Condition="'$(TargetFramework)' == 'net8.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" PrivateAssets="none" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" PrivateAssets="none" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="MASES.KNet" Version="2.9.1">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>

Unchanged files with check annotations Beta

[global::System.CodeDom.Compiler.GeneratedCodeAttribute("MASES.EntityFrameworkCore.KNet.Serialization.Avro.Compiler", "1.11.3")]
public partial class AvroKeyContainer : global::Avro.Specific.ISpecificRecord
{
public static global::Avro.Schema _SCHEMA = global::Avro.Schema.Parse(@"{""type"":""record"",""name"":""AvroKeyContainer"",""doc"":""Represents the storage container type to be used from KEFCore for keys"",""namespace"":""MASES.EntityFrameworkCore.KNet.Serialization.Avro.Storage"",""fields"":[{""name"":""PrimaryKey"",""type"":{""type"":""array"",""items"":[""null"",""boolean"",""int"",""long"",""float"",""double"",""string""]}}]}");

Check warning on line 22 in src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroKeyContainer._SCHEMA'
private IList<System.Object> _PrimaryKey;
public virtual global::Avro.Schema Schema

Check warning on line 24 in src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroKeyContainer.Schema'
{
get
{
return AvroKeyContainer._SCHEMA;
}
}
public IList<System.Object> PrimaryKey

Check warning on line 31 in src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroKeyContainer.PrimaryKey'
{
get
{
this._PrimaryKey = value;
}
}
public virtual object Get(int fieldPos)

Check warning on line 42 in src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroKeyContainer.Get(int)'
{
switch (fieldPos)
{
default: throw new global::Avro.AvroRuntimeException("Bad index " + fieldPos + " in Get()");
};
}
public virtual void Put(int fieldPos, object fieldValue)

Check warning on line 50 in src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroKeyContainer.Put(int, object)'
{
switch (fieldPos)
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("MASES.EntityFrameworkCore.KNet.Serialization.Avro.Compiler", "1.11.3")]
public partial class AvroValueContainer : global::Avro.Specific.ISpecificRecord
{
public static global::Avro.Schema _SCHEMA = global::Avro.Schema.Parse(@"{""type"":""record"",""name"":""AvroValueContainer"",""doc"":""Represents the storage container type to be used from KEFCore"",""namespace"":""MASES.EntityFrameworkCore.KNet.Serialization.Avro.Storage"",""fields"":[{""name"":""EntityName"",""type"":""string""},{""name"":""ClrType"",""type"":""string""},{""name"":""Data"",""type"":{""type"":""array"",""items"":{""type"":""record"",""name"":""PropertyDataRecord"",""doc"":""Represents the single container for Entity properties stored in AvroValueContainer and used from KEFCore"",""namespace"":""MASES.EntityFrameworkCore.KNet.Serialization.Avro.Storage"",""fields"":[{""name"":""PropertyIndex"",""type"":""int""},{""name"":""PropertyName"",""type"":""string""},{""name"":""ClrType"",""type"":""string""},{""name"":""Value"",""type"":[""null"",""boolean"",""int"",""long"",""float"",""double"",""string""]}]}}}]}");

Check warning on line 22 in src/net/KEFCore.SerDes.Avro/Generated/AvroValueContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroValueContainer._SCHEMA'
private string _EntityName;
private string _ClrType;
private IList<MASES.EntityFrameworkCore.KNet.Serialization.Avro.Storage.PropertyDataRecord> _Data;
public virtual global::Avro.Schema Schema

Check warning on line 26 in src/net/KEFCore.SerDes.Avro/Generated/AvroValueContainer.cs

GitHub Actions / Analyze (csharp)

Missing XML comment for publicly visible type or member 'AvroValueContainer.Schema'
{
get
{