Bump nuxt from 1.4.5 to 3.12.4 in /TechStacks #70
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|