neo-project / neo-devpack-dotnet

NEO Development Pack
MIT License
79 stars 100 forks source link

Update nugets #1077

Closed shargon closed 1 month ago

shargon commented 1 month ago

Just a nuget update

Jim8y commented 1 month ago

Standard Error Messages: Coverage not found for Neo.SmartContract.Testing.Contract_ABIAttributes2 Coverage not found for Neo.SmartContract.Testing.Contract_ABIAttributes3 Coverage not found for Neo.SmartContract.Testing.Contract_Event Coverage not found for Neo.SmartContract.Testing.Contract_IndexOrRange Coverage not found for Neo.SmartContract.Testing.Contract_Logical Coverage not found for Neo.SmartContract.Testing.Contract_MemberAccess Coverage not found for Neo.SmartContract.Testing.Contract_MultipleA Coverage not found for Neo.SmartContract.Testing.Contract_MultipleB Coverage not found for Neo.SmartContract.Testing.Contract_NEP11 Coverage not found for Neo.SmartContract.Testing.Contract_NEP17 Coverage not found for Neo.SmartContract.Testing.Contract_OnDeployment1 Coverage not found for Neo.SmartContract.Testing.Contract_OnDeployment2 Coverage not found for Neo.SmartContract.Testing.Contract_PostfixUnary Coverage not found for Neo.SmartContract.Testing.Contract_String Coverage not found for Neo.SmartContract.Testing.Contract_Throw

Jim8y commented 1 month ago

/tmp/tmp4YtWl8.tmp : error NU1101: Unable to find package Microsoft.NETCore.App.Ref. No packages exist with this id in source(s): https://www.myget.org/F/neo/api/v3/index.json /tmp/tmp4YtWl8.tmp : error NU1101: Unable to find package Microsoft.AspNetCore.App.Ref. No packages exist with this id in source(s): https://www.myget.org/F/neo/api/v3/index.json /tmp/tmp4YtWl8.tmp : error NU1202: Package Neo.SmartContract.Framework 3.7.4-CI00620 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Neo.SmartContract.Framework 3.7.4-CI00620 supports: net8.0 (.NETCoreApp,Version=v8.0)

shargon commented 1 month ago

Standard Error Messages: Coverage not found for Neo.SmartContract.Testing.Contract_ABIAttributes2 Coverage not found for Neo.SmartContract.Testing.Contract_ABIAttributes3 Coverage not found for Neo.SmartContract.Testing.Contract_Event Coverage not found for Neo.SmartContract.Testing.Contract_IndexOrRange Coverage not found for Neo.SmartContract.Testing.Contract_Logical Coverage not found for Neo.SmartContract.Testing.Contract_MemberAccess Coverage not found for Neo.SmartContract.Testing.Contract_MultipleA Coverage not found for Neo.SmartContract.Testing.Contract_MultipleB Coverage not found for Neo.SmartContract.Testing.Contract_NEP11 Coverage not found for Neo.SmartContract.Testing.Contract_NEP17 Coverage not found for Neo.SmartContract.Testing.Contract_OnDeployment1 Coverage not found for Neo.SmartContract.Testing.Contract_OnDeployment2 Coverage not found for Neo.SmartContract.Testing.Contract_PostfixUnary Coverage not found for Neo.SmartContract.Testing.Contract_String Coverage not found for Neo.SmartContract.Testing.Contract_Throw

I will fix this in different PR, it's because we have contracts without unit tests.