Files
codeql/csharp
Edward Minnix III 52b889f008 Support when a property is specified by a string literal instead of a nameof expression
In earlier versions of the Razor generator, a string literal was used
instead of a `nameof` expression in order to indicate the name of the
property being modified. This means we need to look up the property by
name instead of using a more explicit access.
2025-03-28 16:04:36 +01:00
..
2024-12-10 10:31:09 +01:00
2024-09-16 14:12:12 +02:00
2022-10-19 03:49:16 -04:00
2024-03-12 11:12:55 +01:00
2024-09-13 09:42:55 +02:00
2024-12-09 13:00:52 +01:00