Revert "publish neon to myget/github packages"#395
Revert "publish neon to myget/github packages"#395erikzhang merged 2 commits intoneo-project:masterfrom
Conversation
This reverts commit 908674d.
|
@devhawk The package of neon is too large. Maybe we can publish the library only (not include the dotnet tools). |
The tool is the part that matters. I'm not sure what projects use the library directly. Based on my local testing, |
|
Shall I remove |
Even without the symbols package, the nupkg file itself is 18MB in size. MyGet only has 100MB of space. |
Could we publish at least the neon tool somewhere other than myget? Azure artifacts free tier is 2gb and it's only $2 USD / month / GB above that. Or we could use sleet to publish a feed on AWS or Azure storage - that would be under a $1 USD / month |
* Upgrade target framework. * Revert "Upgrade target framework." This reverts commit 6b0c49c. * Safe Attribute * Update Contract1.cs (#398) * Revert "publish neon to myget/github packages" (#395) * Remove Contract.Create、Contract.Update、Contract.Destroy; Add Contract.CallNative. * Update * remove CallNative * Update templates/Template.CSharp/Contract1.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Update templates/Template.CSharp/Contract1.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Update tests/Neo.SmartContract.Framework.UnitTests/TestClasses/Contract_CreateAndUpdate.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * public * Update * Update call * Fix more UT * Update hashes * Mock contract create * Fix more UT * Fix UT * More fixes * More fixes * More UT * Fix UT's * dotnet-format * Fix Last test * Update * Remove private properties * Fixed UT * disable warning CS0626 Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Erik Zhang <erik@neo.org>
* Upgrade target framework. * Revert "Upgrade target framework." This reverts commit 6b0c49c. * Safe Attribute * Update Contract1.cs (#398) * Revert "publish neon to myget/github packages" (#395) * Remove Contract.Create、Contract.Update、Contract.Destroy; Add Contract.CallNative. * Update * remove CallNative * Update templates/Template.CSharp/Contract1.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Update templates/Template.CSharp/Contract1.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Update tests/Neo.SmartContract.Framework.UnitTests/TestClasses/Contract_CreateAndUpdate.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * public * Update * Update call * Fix more UT * Update hashes * Mock contract create * Fix more UT * Fix UT * More fixes * More fixes * More UT * Fix UT's * dotnet-format * Fix Last test * Update * Remove private properties * Fixed UT * disable warning CS0626 Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Erik Zhang <erik@neo.org>
* Upgrade target framework. * Revert "Upgrade target framework." This reverts commit 6b0c49c. * Safe Attribute * Update Contract1.cs (#398) * Revert "publish neon to myget/github packages" (#395) * Remove Contract.Create、Contract.Update、Contract.Destroy; Add Contract.CallNative. * Update * remove CallNative * Update templates/Template.CSharp/Contract1.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Update templates/Template.CSharp/Contract1.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * Update tests/Neo.SmartContract.Framework.UnitTests/TestClasses/Contract_CreateAndUpdate.cs Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> * public * Update * Update call * Fix more UT * Update hashes * Mock contract create * Fix more UT * Fix UT * More fixes * More fixes * More UT * Fix UT's * dotnet-format * Fix Last test * Update * Remove private properties * Fixed UT * disable warning CS0626 Co-authored-by: Shargon <shargon@gmail.com> Co-authored-by: Owen Zhang <38493437+superboyiii@users.noreply.github.com> Co-authored-by: Erik Zhang <erik@neo.org>
Related to #393