• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

neo-project / neo-devpack-dotnet / 21428829612

28 Jan 2026 07:13AM UTC coverage: 74.175% (+0.1%) from 74.053%
21428829612

push

github

web-flow
Master n3 to master (#1478)

* Update neo submodule to master-n3 (#1453)

Co-authored-by: Neo Dev Bot <dev@neo.local>

* Use stable framework package in templates (#1456)

* Add: FindOptions.Backwards definition (#1458)

* Add: IsContract for ContractManagement (#1454) (#1455)

Co-authored-by: Will <201105916+Wi1l-B0t@users.noreply.github.com>

* CI: run on master-n3 (#1459)

* Update neo (#1463)

* Upgrade devpack to Neo v3.9.0 (#1464)

* Upgrade devpack to Neo v3.9.0

* Restore manifest version in test artifacts

* Add: comment doc for Framework.Services (#1460) (#1467)

* Fix: remove many compiler warnings (#1461) (#1469)

* Reorder (#1472)

* Fix CS0067 warning in artifacts (#1474)

* Avoid CS0067 in artifacts

* one more

* Add: comments doc for ContractMethod CallFlags (#1479)

* Add reference (#1476)

* docs: Clarify Base58CheckDecode FAULT behavior in UInt160.Parse (#1483)

Update documentation to warn that invalid Base58Check addresses will cause
execution to FAULT (abort) rather than throw a catchable exception.

Fixes #1443

* fix: HexStringInterpreter regex should only accept hex characters (#1484)

Change regex from [a-zA-Z0-9_] to [a-fA-F0-9] to properly validate
hexadecimal strings (0-9, a-f, A-F only).

Fixes #1264

* docs: Add optimizer documentation (#1481)

* docs: Add optimizer documentation

Document the bytecode optimization strategies including:
- Peephole optimization
- Jump compression
- Reachability analysis
- Miscellaneous optimizations

Also includes architecture overview and usage instructions.

* docs: add OptimizationType enum options to optimizer documentation

* fix(compiler): extend division overflow check and improve temp file security (#1485)

* fix(compiler): extend division overflow check to IntPtr type

- Add comprehensive documentation for CheckDivideOverflow method
- Extend overflow check to include IntPtr (nint) type
- Use BigInteger for consistent handling of min values
- Add clear comments explaining which t... (continued)

6084 of 8971 branches covered (67.82%)

Branch coverage included in aggregate %.

81 of 141 new or added lines in 16 files covered. (57.45%)

20 existing lines in 2 files now uncovered.

15817 of 20555 relevant lines covered (76.95%)

21547.02 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

83.84
/src/Neo.Compiler.CSharp/CompilationEngine/CompilationEngine.cs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc