Skip to content

Commit

Permalink
[ksqlDB.RestApi.Client]: added mssing line after namespace definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Nov 23, 2024
1 parent f477700 commit a1c7b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ksqlDb.RestApi.Client/FluentAPI/Builders/MemberInfoKey.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Reflection;

namespace ksqlDb.RestApi.Client.FluentAPI.Builders;

internal record MemberInfoKey
{
internal Module Module { get; set; }

Check warning on line 7 in ksqlDb.RestApi.Client/FluentAPI/Builders/MemberInfoKey.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'Module' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Check warning on line 7 in ksqlDb.RestApi.Client/FluentAPI/Builders/MemberInfoKey.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'Module' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Check warning on line 7 in ksqlDb.RestApi.Client/FluentAPI/Builders/MemberInfoKey.cs

View workflow job for this annotation

GitHub Actions / build

Non-nullable property 'Module' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Expand Down

0 comments on commit a1c7b2f

Please sign in to comment.