Skip to content

Instantly share code, notes, and snippets.

@tj-devel709
Created August 29, 2022 02:33
Show Gist options
  • Save tj-devel709/756ac73e32f3ff8ae234d8ba7ecdd7cc to your computer and use it in GitHub Desktop.
Save tj-devel709/756ac73e32f3ff8ae234d8ba7ecdd7cc to your computer and use it in GitHub Desktop.
build/dotnet/maccatalyst/generated-sources/HealthKit/HKAttachmentStore.g.cs(276,55): error CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/maccatalyst/generated-sources/HealthKit/HKHealthStore.g.cs(673,55): error CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/watch/watch/HealthKit/HKHealthStore.g.cs(614,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/watch/watch/HealthKit/HKAttachmentStore.g.cs(218,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
make[1]: *** [build/dotnet/maccatalyst/64/Microsoft.MacCatalyst.dll] Error 1
make[1]: *** Waiting for unfinished jobs....
build/watch/watch/HealthKit/HKHealthStore.g.cs(614,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/watch/watch/HealthKit/HKAttachmentStore.g.cs(218,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/macos/generated-sources/Foundation/NSHost.g.cs(112,23): warning CS8767: Nullability of reference types in type of parameter 'host' of 'bool NSHost.Equals(NSHost host)' doesn't match implicitly implemented member 'bool IEquatable<NSHost>.Equals(NSHost? other)' (possibly because of nullability attributes).
build/dotnet/macos/generated-sources/HealthKit/HKAttachmentStore.g.cs(289,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/macos/generated-sources/HealthKit/HKHealthStore.g.cs(837,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs(306,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/ios/generated-sources/HealthKit/HKHealthStore.g.cs(689,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/ios/generated-sources/HealthKit/HKAttachmentStore.g.cs(306,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
build/dotnet/ios/generated-sources/HealthKit/HKHealthStore.g.cs(689,55): warning CS8604: Possible null reference argument for parameter 'item2' in 'Tuple<bool, NSError>.Tuple(bool item1, NSError item2)'.
rm build/tvos/reference/OpenTK-1.0.dll.config build/ios/reference/OpenTK-1.0.dll.config build/watch/reference/Xamarin.WatchOS.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment