Gang,

We have some checked exceptions in core:

- AssemblyException
- ActivationException
- PassivationException
- BindingException
- InvalidInjectionException
- EntityFinderException

They get in the way, like checked exceptions do, when writing lambdas.
The most annoying one is AssemblyException, it prevent us from writing concise application assemblies.

I'd be in favor of changing these to non-checked exceptions.

WDYT?

/Paul

Reply via email to