This repository has been archived by the owner on May 30, 2024. It is now read-only.
Add support for .Net Framework 4.8 #15
Merged
Annotations
1 error and 10 warnings
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget
Process completed with exit code 1.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/Job/Models/UtcClipTime.cs#L19
'UtcClipTime.OdataType' hides inherited member 'JobInputTime.OdataType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/ContentKeyPolicy/Models/ContentKeyPolicySymmetricTokenKey.cs#L13
'ContentKeyPolicySymmetricTokenKey.OdataType' hides inherited member 'ContentKeyPolicyVerificationKey.OdataType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/ContentKeyPolicy/Models/ContentKeyPolicyTokenRestriction.cs#L18
'ContentKeyPolicyTokenRestriction.OdataType' hides inherited member 'ContentKeyPolicyRestriction.OdataType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/LiveEvent/ILiveEventsOperations.cs#L80
Cannot convert null literal to non-nullable reference type.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/LiveEvent/LiveEventsOperations.cs#L97
Cannot convert null literal to non-nullable reference type.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/Job/Models/AbsoluteClipTime.cs#L19
'AbsoluteClipTime.OdataType' hides inherited member 'JobInputTime.OdataType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/Job/Models/JobInputAsset.cs#L18
'JobInputAsset.OdataType' hides inherited member 'JobInput.OdataType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/Job/Models/JobInputHttp.cs#L18
'JobInputHttp.OdataType' hides inherited member 'JobInput.OdataType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Run dotnet build --configuration Release --output /home/runner/work/MK.IO/MK.IO/nuget:
MK.IO/StreamingEndpoint/StreamingEndpointsOperations.cs#L78
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading