Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C#: Add binlog support to buildless #16672

Closed

Conversation

tamasvajk
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the C# label Jun 4, 2024
@tamasvajk tamasvajk force-pushed the buildless/binary-log-extractor branch 5 times, most recently from 339b2f0 to b8345b9 Compare June 4, 2024 14:14
var options = Options.CreateWithEnvironment(args);
if (options.BinaryLogPath is string binlogPath)
{
using var fileStream = new FileStream(binlogPath, FileMode.Open, FileAccess.Read, FileShare.Read);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should expect this to fail, and log it nicely.

@tamasvajk tamasvajk force-pushed the buildless/binary-log-extractor branch from d88074c to 38660a0 Compare June 6, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants