Use network bridge #46
Annotations
10 warnings
build:
TechStacks.ServiceInterface/Notifications/TwitterUpdates.cs#L87
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
build:
TechStacks/Migrations/Migration1000.cs#L246
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L254
Non-nullable property 'RefType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L256
Non-nullable property 'RefSlug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L200
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L207
Non-nullable property 'ApprovedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L210
Non-nullable property 'DismissedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L524
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L527
Non-nullable property 'ContentHtml' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L544
Non-nullable property 'DeletedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|