AutoDI icon indicating copy to clipboard operation
AutoDI copied to clipboard

Dependency injection made simple.

Results 19 AutoDI issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.6.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.6.0 See the release notes here. v17.6.0-preview-20230223-05 See the release notes here. v17.5.0 See the release notes here....

dependencies
.NET

Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.6.0 to 3.7.0. Release notes Sourced from fastify/github-action-merge-dependabot's releases. v3.7.0 What's Changed feat: add option to skip-verification by @​yeikel in fastify/github-action-merge-dependabot#411 fix: typo in action.yml by @​yeikel...

dependencies
github_actions

Consider the following ```C# public class Foo { [Dependency] public IService Service { get; set; } } ``` It would be nice if this were weaved to be the equivalent...

enhancement

Bumps [Moq.AutoMock](https://github.com/moq/Moq.AutoMocker) from 3.4.0 to 3.5.0. Release notes Sourced from Moq.AutoMock's releases. v3.5.0 What's Changed Dependencies update by @​Keboo in moq/Moq.AutoMocker#152 Bump dependencies by @​dependabot (multiple) Making the cache dictionary...

dependencies
.NET

Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 2.2.10 to 3.0.2. Release notes Sourced from MSTest.TestFramework's releases. v3.0.2 See the release notes here. v3.0.1 See the release notes here. v3.0.0 See the release notes here....

dependencies
.NET

Bumps [Moq](https://github.com/moq/moq4) from 4.18.2 to 4.18.4. Release notes Sourced from Moq's releases. 4.18.4 Changed Update package reference to Castle.Core (DynamicProxy) from version 5.1.0 to 5.1.1 (@​stakx, #1317) 4.18.3 Fixed SetupAllProperties...

dependencies
.NET

Bumps [MSTest.TestAdapter](https://github.com/microsoft/testfx) from 2.2.10 to 3.0.2. Release notes Sourced from MSTest.TestAdapter's releases. v3.0.2 See the release notes here. v3.0.1 See the release notes here. v3.0.0 See the release notes here....

dependencies
.NET

Create a user control similar to the following: ```C# public MyUserControl() : this(null!) { } public MyUserControl([Dependency] IService service) { } ``` Right now, design builds fail. It would be...

enhancement

With the advent of source generators this has become more needful. Especially since the generated bit may have originally been in a partial.

enhancement