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
Logger.Message($"Property {propertyName} not found on {type}");
1389
+
Logger.Message($"Property {propertyName} not found on {type}. Ensure the name is spelled correctly. If you published the application with PublishTrimmed=true, ensure the property was not trimmed away.");
1389
1390
returnnewPropertyFetch(type);
1390
1391
}
1391
1392
// Delegate creation below is incompatible with static properties.
0 commit comments