(#151) (#152) (#154) scripts: add scripts [pack-all-force] #424
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run publish script for all packages
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
Run publish script for all packages
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
Run publish script for all packages
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
Run publish script for all packages
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
|
Run publish script for all packages:
src/Paralax/src/Paralax/Extensions.cs#L18
Cannot convert null literal to non-nullable reference type.
|
Run publish script for all packages:
src/Paralax/src/Paralax/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Run publish script for all packages:
src/Paralax/src/Paralax/Core/AppOptions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run publish script for all packages:
src/Paralax/src/Paralax/Core/AppOptions.cs#L11
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run publish script for all packages:
src/Paralax/src/Paralax/Core/AppOptions.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run publish script for all packages:
src/Paralax/src/Paralax/Core/AppOptions.cs#L13
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading