Alex Zaytsev

Results 368 comments of Alex Zaytsev

/insert jiggle-jiggle meme. Sorry, it was a long time, but could you please post here what resulting assembly after NullGuard? You can view it with il-spy.

@MikeTraceur what project type is this? Is it Xamarin? Try running [`sgen`](https://learn.microsoft.com/en-us/dotnet/standard/serialization/xml-serializer-generator-tool-sgen-exe) on `NHibernate.dll` and include `NHibernate.XmlSerializers.dll` to your project.

@csharpdeveloper12 you should at least submit a PR if you want this to be included.

@Ltwo3five it seems something still has gone wrong. Could you please rebase again?

This would require changes in re-linq

I would assume that this is not an issue anymore, @iurijacob, @mohitchugh89, @mmehanosh. Let me know if you still see this issue, and I will reopen if needed.

Can you please show code to demonstrate this?

@ducmerida as far as I know, no one works on this. You are more than welcome to submit a PR. See [contributing](https://github.com/nhibernate/nhibernate-core/blob/master/CONTRIBUTING.md).

I'm refactoring this whole thing into using fewer resources: `DateHumanize_MultipleDaysFromNow` (`"{0} days from now"`) would become: `DateHumanize_Future` => `"{0} from now"` (new resource) and `TimeSpanHumanize_MultipleDays` => `"{0} days"` (existing resource)...