Giter VIP home page Giter VIP logo

Comments (4)

alexmg avatar alexmg commented on July 20, 2024

From [email protected] on January 02, 2008 23:40:11

Labels: Milestone-Release1.1

from autofac.

alexmg avatar alexmg commented on July 20, 2024

From [email protected] on February 11, 2008 14:24:18

Update from Rinat's blog:

Autofac + Mono (SUSE SLED)

There are 6 unit test failures:

BugFixture.IncorrectExceptionThrown1
Builder.ConcreteRegistrarFixture.RegisterThreeServices
Builder.ConcreteRegistrarFixture.
RegisterTypeAsSupportedAndUnsupportedService
Component.Registration.ContextAwareDelegateRegistrationFixture.
CreateFromStrongFactory
ContainerFixture.IntegrationTest
DisposerFixture.ReferenceNotHeld

Merging issue 18 with this one.

Summary: Mono Test Failures

from autofac.

alexmg avatar alexmg commented on July 20, 2024

From [email protected] on February 11, 2008 14:25:41

Workaround for 'CreateFromStrongFactory' - register delegates manually:

builder.Register().ThroughFactory();

Becomes...

builder.Register().WithScope( InstanceScope .Factory);
builder.Register(c => (name => c.Resolve(new Parameter("name",
name)))).WithScope( InstanceScope .Container);

Where PersonFactory is a delegate type:

delegate Person PersonFactory(string name);

And Person has a (string name) constructor.

from autofac.

alexmg avatar alexmg commented on July 20, 2024

From [email protected] on February 16, 2008 20:24:59

Autofac.dll 1.1 (trunk) now passes all tests under Mono version 2.0.50727.42 with
Mono Olive (trunk) running on Ubuntu Linux kernel version 2.6.22.14.

Note that the Mono '3.5' build of NUnit is required.

Autofac.Extras.* and Autofac.Integration.* have not been tested and probably won't
work on Mono, however the libraries and frameworks they're using (aside from ASP.NET)
are not commonly used on Mono anyway.

Status: Verified

from autofac.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.