You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>/// Id provided by the provider for this content/// </summary>// TODO: CS8618: Non-nullable field is uninitialized. Consider declaring as nullable.
#pragma warning disable CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.publicstringProviderId{get;set;}
#pragma warning restore CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.publicstringHashtagSought{get;set;}=string.Empty;
The text was updated successfully, but these errors were encountered:
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
https://api.github.com/FritzAndFriends/TagzApp/blob/187a5b44e196cb990a19355a36adf998d3987b76/src/TagzApp.Common/Models/Content.cs#L18
The text was updated successfully, but these errors were encountered: