Skip to content

Fixes aspnet/Extensions#1503#1504

Merged
davidfowl merged 1 commit intodotnet:masterfrom
ENikS:Issue_1503
Apr 23, 2019
Merged

Fixes aspnet/Extensions#1503#1504
davidfowl merged 1 commit intodotnet:masterfrom
ENikS:Issue_1503

Conversation

@ENikS
Copy link

@ENikS ENikS commented Apr 21, 2019

Summary of the changes (Less than 80 chars)

  • Fixes an issue where dependencies are never instantiated due to lazy resolution of enumerable dependencies by the Unity container

Addresses #bugnumber (in this specific format)
#1503

FakeDisposeCallback callback) : base(callback)
{
SingleService = singleService;
MultipleServices = multipleServices;
Copy link
Member

Choose a reason for hiding this comment

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

This can be null?

Copy link
Author

Choose a reason for hiding this comment

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

@ENikS
Copy link
Author

ENikS commented Apr 21, 2019 via email

@davidfowl
Copy link
Member

In one of CI tests enumerable is null. Without the null check it fails.

Which one?

@ENikS
Copy link
Author

ENikS commented Apr 21, 2019

I am not sure how to get logs for previous build. Do you want me to roll back so you could see it?

@davidfowl
Copy link
Member

Roll back locally and figure out which ones are passing null. These tests run super quickly, and you should be able to run them in VS.

@ENikS
Copy link
Author

ENikS commented Apr 21, 2019

I can't build locally at the moment, I don't have required build tools installed. The solution does not load projects.

I can temporary roll back the null check and let it fail CI checks.

@davidfowl davidfowl merged commit c3be53d into dotnet:master Apr 23, 2019
@ENikS ENikS deleted the Issue_1503 branch April 23, 2019 11:39
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 17, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 27, 2020
@ghost ghost locked as resolved and limited conversation to collaborators May 28, 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