Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug / Lazy Error #149

Merged
merged 4 commits into from
Jun 11, 2024
Merged

Bug / Lazy Error #149

merged 4 commits into from
Jun 11, 2024

Conversation

cihandeniz
Copy link
Member

@cihandeniz cihandeniz commented Jun 11, 2024

event scheduler sample service causes below error when calling GET meeting/{id}/contacts

Self referencing loop detected for property 'manifestModule' with type
'System.Reflection.RuntimeModule'. Path
'[0]._proxyFactoryInfo._getIdentifierMethod.module.assembly'.
Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for
property 'manifestModule' with type 'System.Reflection.RuntimeModule'

Tasks

  • fix proxy serialization problem
    • use a custom contract resolver under serializer settings. check if type is
      assignable to INHibernateProxy, if so use base type to resolve...

Additional Tasks

  • improve dotnet restore in docker file by copy .csproj first, then
    restoring, then copying the rest and build
  • remove authentication disabled, because when authentications is empty, it
    already means disabled
  • add missing authorization disabled doc

- add release notes
@cihandeniz cihandeniz self-assigned this Jun 11, 2024
@cihandeniz cihandeniz requested a review from dncsvr June 11, 2024 09:06
@cihandeniz cihandeniz marked this pull request as ready for review June 11, 2024 09:06
@cihandeniz cihandeniz merged commit 7dd715d into mouseless:main Jun 11, 2024
6 checks passed
@cihandeniz cihandeniz deleted the bug/lazy-error branch June 11, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant