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

Remove Serilog dependency in extensions #3040

Merged
merged 3 commits into from
Mar 6, 2020
Merged

Conversation

JunTaoLuo
Copy link

@maryamariyan Here's the changes that will remove the serilog dependencies in extensions. I don't know how you'd like to incorporate these changes into your work. Do you want to cherry-pick these changes on your branch? Or merge this PR then merge the commit over to your branch? Or some other way?

FYI, the first commit only removes the dependencies. The second substitutes the file logging we had with XUnit logging. I'm not sure what kind of logging you would prefer in dotnet/runtime so I kept the commits separate. Feel free to use one or both commits.

BTW @anurse I'll work on a PR in aspnetcore to migrate the removed files in this PR.

@Tratcher
Copy link
Member

Tratcher commented Mar 3, 2020

error : Flaky test functional logs not found.

@JunTaoLuo JunTaoLuo merged commit 540b4e8 into master Mar 6, 2020
@JunTaoLuo JunTaoLuo deleted the johluo/remove-serilog-deps branch March 6, 2020 22:59
@JunTaoLuo
Copy link
Author

@maryamariyan Note that I had to remove a few more things in Logging.Testing. So the changes in dotnet/runtime will need to be updated when you get to it.

maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 11, 2020
* Remove Serilog dependency in extensions

* Add xunit logging for shutdown tests

* Need to remove dependency on AspNetCore.Testing and remove DumpCollector


Commit migrated from dotnet/extensions@540b4e8
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 11, 2020
* Remove Serilog dependency in extensions

* Add xunit logging for shutdown tests

* Need to remove dependency on AspNetCore.Testing and remove DumpCollector


Commit migrated from dotnet/extensions@540b4e8
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 27, 2020
* Remove Serilog dependency in extensions

* Add xunit logging for shutdown tests

* Need to remove dependency on AspNetCore.Testing and remove DumpCollector


Commit migrated from dotnet/extensions@540b4e8
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 27, 2020
* Remove Serilog dependency in extensions

* Add xunit logging for shutdown tests

* Need to remove dependency on AspNetCore.Testing and remove DumpCollector

Commit migrated from dotnet/extensions@540b4e8
JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request Nov 17, 2020
* Remove Serilog dependency in extensions

* Add xunit logging for shutdown tests

* Need to remove dependency on AspNetCore.Testing and remove DumpCollector\n\nCommit migrated from dotnet/extensions@540b4e8
@ghost ghost locked as resolved and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants