Skip to content

Commit

Permalink
Add TODO about how to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken committed Sep 16, 2023
1 parent f037119 commit 1792d58
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
using DynamoDBGenerator.Attributes;
namespace DynamoDBGenerator.SourceGenerator.Tests.DynamoDBDocumentTests.Serialize.Generics;

// TODO these tests are giving warnings due to the return type of Unmarshall does not take nullability into account.
// This could maybe be solved by digging down into generic the types in order to determine whether they should be nullable and then build the return type based on that information.
// This behaviour is already solved for methods that should follow the nullability of data members.
[DynamoDBMarshaller(typeof(KeyValuePairClass))]
public partial class KeyValuePairTests
{
Expand Down

0 comments on commit 1792d58

Please sign in to comment.