-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
this is the class that I have:
public abstract partial class ReactiveFeedMessage : ReactiveObject
{
[Reactive]
public partial FeedMessageId FeedMessageId { get; set; }
[Reactive]
public partial FeedId FeedId { get; set; }
[Reactive]
public partial string Content { get; set; }
[Reactive]
public partial string ContentDecrypted { get; set; }
[Reactive]
public partial string IssuerPublicAddress { get; set; }
[Reactive]
public partial string IssuerDisplayName { get; set; }
[Reactive]
public bool IsMessageConfirmed { get; set; }
[Reactive]
public partial string MessageTime { get; set; }
[Reactive]
public BlockIndex BlockIndex { get; set; } = BlockIndex.Empty;
}
and this is the error:
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(15,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(16,50): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(21,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(22,50): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(27,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(28,50): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(33,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(34,50): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(39,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(40,50): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(45,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(46,50): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(51,20): error CS0103: The name 'field' does not exist in the current context
/home/esqueleto/myWork/HushNetwork/Client/UiModules/HushClient.Feeds/obj/Debug/net9.0/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/HushClient.Feeds.ReactiveModel.ReactiveFeedMessage.ReactiveProperties.g.cs(52,50): error CS0103: The name 'field' does not exist in the current context
Thanks
Paulo Aboim Pinto
Metadata
Metadata
Assignees
Labels
No labels