cleanup #63
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
TechStacks.ServiceInterface/EmailServices.cs#L19
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks.ServiceInterface/EmailServices.cs#L23
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks.ServiceInterface/EmailServices.cs#L27
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks.ServiceInterface/EmailServices.cs#L35
Non-nullable property 'FromEmail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks.ServiceInterface/IMarkdownProvider.cs#L703
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks.ServiceInterface/IMarkdownProvider.cs#L704
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
TechStacks.ServiceInterface/IMarkdownProvider.cs#L173
Parameter 'log' is unread.
|
build:
TechStacks.ServiceInterface/IMarkdownProvider.cs#L209
Possible null reference argument for parameter 'newDoc' in 'void MarkdownFileBase.Update(MarkdownFileBase newDoc)'.
|
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#L834
Non-nullable property 'Operation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|