Jon Louie

Results 18 comments of Jon Louie

3 tests are failing, 2 are from timeouts, 1 is from a known flaky test: Timeouts: * https://dev.azure.com/dotnet/CoreWCF/_build/results?buildId=76445&view=logs&j=84fd3743-cae4-5738-b354-5b63c3b503c7&t=a87b7e68-eb97-567f-e641-2f3054a502f5&l=2514 * https://dev.azure.com/dotnet/CoreWCF/_build/results?buildId=76445&view=logs&j=6383c546-a310-53f6-44ec-e138f9c8e9c3&t=e7bec790-5468-50e5-66c6-dfc72e539918&l=18090 Flaky test: * https://dev.azure.com/dotnet/CoreWCF/_build/results?buildId=76445&view=logs&j=6e97e4a3-2322-5700-17e3-5d9f0ce5f894&t=e2442480-286e-54bb-34b3-00b59b7f39d0&l=13710

@mconnew Is this issue still available? Based on the conversation above, I have some ideas for testing this that I could contribute today or tomorrow.

No problem- thank you for the quick reply and setting expectations. I'll publish the PR soon and follow up accordingly, thanks again!

@birojnayak I'm interested in helping with this

The test below is failing both locally and in the test pipeline. When I revert my changes, the test still fails... so I don't believe the failure is caused by...

@mconnew Should this issue be marked as resolved? It looks like a duplicate of issue #477 which was fixed by PR #500

@mconnew Following up here per our brief exchange last week on issue #428

> @jonlouie Why not taking a dependency to ASP.NET core using FrameworkReference ? please see https://docs.microsoft.com/en-us/aspnet/core/fundamentals/target-aspnetcore?view=aspnetcore-6.0&tabs=visual-studio#use-the-aspnet-core-shared-framework @g7ed6e I can look into this. I don't see why we couldn't make this...

> > What about command line building? Can you use Rosslyn 3.11 at the command line to build? > > @mconnew As CoreWCF will target .net 6 and .net 6...

@mconnew Tests pass locally, but there is a failure in the test pipeline between tests. The error occurs when writing to the test logger- has this been seen before and...