You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeConfig.DataSource is annotated as nullable. Configs can legitimately omit it, however the record's constructor param is still declared as non nullable. This is a mis match that should be fixed.
RuntimeConfig.DataSource is annotated as nullable. Configs can legitimately omit it, however the record's constructor param is still declared as non nullable. This is a mis match that should be fixed.