Update docker-compose.yml #45
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#L419
Non-nullable property 'ChangedName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L421
Non-nullable property 'ChangedValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L423
Non-nullable property 'ChangedReason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L426
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L168
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks/Migrations/Migration1000.cs#L180
Non-nullable property 'Notes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|