Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dotnetcore
/
Magicodes.IE
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
495
Star
2.2k
Code
Issues
164
Pull requests
4
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Feature/magicodes ie io pre commit review
- #619
#619
Merged
hueifeng
merged 14 commits into
develop
dotnetcore/Magicodes.IE:develop
from
feature/magicodes-ie-io-pre-commit-review
dotnetcore/Magicodes.IE:feature/magicodes-ie-io-pre-commit-review
Copy head branch name to clipboard
Jul 12, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Feature/magicodes ie io pre commit review
#619
hueifeng
merged 14 commits into
develop
dotnetcore/Magicodes.IE:develop
from
feature/magicodes-ie-io-pre-commit-review
dotnetcore/Magicodes.IE:feature/magicodes-ie-io-pre-commit-review
Copy head branch name to clipboard
Commits
Commits on Jul 11, 2026
feat(IO): 新增并实现 Magicodes.IE.IO 包(零 EPPlus 自写流式 xlsx writer/reader、模板导出、表格、低分配异步)
hueifeng
committed
0c4a5b0
View commit details
Copy full SHA for 0c4a5b0
Browse repository at this point
ci: IO 测试扩展为全平台矩阵(Linux/Windows/macOS × net8.0/net10.0),修复 check 门禁 allowed-skips 遗漏
hueifeng
committed
2b25f49
View commit details
Copy full SHA for 2b25f49
Browse repository at this point
fix: IO 测试项目缺失 GitHubActionsTestLogger 导致 CI --logger GitHubActions 报错
hueifeng
committed
c7b9b8f
View commit details
Copy full SHA for c7b9b8f
Browse repository at this point
ci: 重构 CI 矩阵,三合一 test step,macOS 真失败检测,matrix 笛卡尔积更优雅
hueifeng
committed
f60b059
View commit details
Copy full SHA for f60b059
Browse repository at this point
ci: IO 矩阵补全 net6.0(三平台) 和 net471(Windows)
hueifeng
committed
b0f1cbb
View commit details
Copy full SHA for b0f1cbb
Browse repository at this point
fix: IO 测试 net471 兼容:添加 System.Memory,修复 File.ReadAllBytesAsync/WriteAllBytesAsync/Write/MemoryStream.Write/string.Replace API,NuGet 集成测试 #if NET 包裹
hueifeng
committed
0cc74c4
View commit details
Copy full SHA for 0cc74c4
Browse repository at this point
Commits on Jul 12, 2026
fix: IO 测试 net471 兼容(续):修复 IndexOf/EndsWith/Replace/StringComparison、Split/StringSplitOptions、await using(IAsyncDisposable),补 System.Runtime.CompilerServices.Unsafe
hueifeng
committed
c0d31aa
View commit details
Copy full SHA for c0d31aa
Browse repository at this point
fix: IO 测试 net471 补 System.Buffers(ArrayBufferWriter/IBufferWriter),Guardrails 改用 byte[] + GetString(byte[],int,int) 规避 net471 无 Span 重载
hueifeng
committed
1e3ec02
View commit details
Copy full SHA for 1e3ec02
Browse repository at this point
fix: net471 补 ArrayBufferWriter<T> polyfill(实现 System.Memory 提供的 IBufferWriter<T>),移除无用的 System.Buffers 包引用
hueifeng
committed
b5d1c8c
View commit details
Copy full SHA for b5d1c8c
Browse repository at this point
fix: IO 测试跨框架稳定性 - net471 double/decimal 格式差异改数值容差;net471 异步写失败注入跳过(平台限制);MiniExcel 临时文件锁加重试且 File.OpenRead 加 using 防句柄泄漏
hueifeng
committed
19d9bf0
View commit details
Copy full SHA for 19d9bf0
Browse repository at this point
chore: trigger CI
hueifeng
committed
1601ec9
View commit details
Copy full SHA for 1601ec9
Browse repository at this point
fix(IO): XlsxReader 支持 leaveOpen;Xlsx.Read(Stream) 实际释放传入流(与文档一致);新增对称的 Read(string)/ReadAsync(string) 路径重载并拥有释放 FileStream
hueifeng
committed
48903ea
View commit details
Copy full SHA for 48903ea
Browse repository at this point
feat(io): expose leaveOpen on Read/ReadAsync and WriteAsync(path) overload; fail fast on ZIP32 4GB limit
Show description for 32bb7e5
hueifeng
committed
32bb7e5
View commit details
Copy full SHA for 32bb7e5
Browse repository at this point
fix(io): honor RowFilter on async IAsyncEnumerable path when AutoSst is enabled
Show description for 58bdcfd
hueifeng
committed
58bdcfd
View commit details
Copy full SHA for 58bdcfd
Browse repository at this point
You can’t perform that action at this time.