question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support reading from string instead of file path

See original GitHub issue

It would be nice if there would be an overload of BinaryLogReplayEventSource.ReadRecords which accepts a string instead of a file path, for cases where the log file content is already available in memory.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
KirillOsenkovcommented, Aug 3, 2018

Microsoft has introduced additional security requirements to publish NuGet packages under Microsoft.*. There’s a few hoops I’d need to jump through, like signing, internal security groups, etc.

I don’t have time nowadays for that, but I am aware that the NuGet packages are behind and want to fix this as soon as I have time. I apologize for the inconvenience. I’ll either find time to set up upload infrastructure again or move to a non-Microsoft package id.

0reactions
pascalbergercommented, Aug 3, 2018

@KirillOsenkov Do you have any plans to update the NuGet package to a recent version, or is there a specific reason why it is still at 1.1.224?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to read variable contents instead of file path?
I have a Python function [1] which requires the file path pointing to the file it has to process as an argument. However,...
Read more >
Mistakes I've Made Treating File Paths As Strings
Mistakes I've Made Treating File Paths As Strings · Don't Forget Windows · Paths Behave Differently to Strings · Always Use the Built-In...
Read more >
Mistakes I've made treating file paths as strings
This post is about one of those things and if you're reading this, consider it me telling you. File paths look like strings....
Read more >
bash - How to pass a string to a command that expects a file?
You can use the "fake" filename /dev/stdin which represents the standard input. So execute this: echo "$the_recipe" | cook /dev/stdin.
Read more >
Path.Combine Method (System.IO)
This method is intended to concatenate individual strings into a single string that represents a file path. However, if an argument other than...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found