-
Updated
May 4, 2022
csharp-sourcegenerator
Here are 111 public repositories matching this topic...
-
Updated
May 3, 2022 - C#
-
Updated
May 5, 2022 - C#
-
Updated
Apr 22, 2022 - C#
In some limited scenarios, it might be worth switching to static readonly properties (perhaps backed by the private constant) so that updates to the library providing the ThisAssembly don't require recompiling callers in order to get the updated values (since consts are embedded raw in the callsite at compile-time).
This might not be so common since ThisAssembly is (by default) internal and (m
-
Updated
May 4, 2022 - C#
-
Updated
May 3, 2022 - C#
-
Updated
Nov 14, 2020 - C#
- readonly is (was) slower in runtime in .net for sure.
- C# is more like Rust, than Haskell. so mutable structs are OK. as soon as they are not shared across threads, and they are not as these are copy only. so it is safe and better design to make value mutable and allow more patterns of code to work.
- sure, validate on set.
-
Updated
Apr 12, 2022 - C#
-
Updated
Apr 26, 2022 - C#
-
Updated
Feb 12, 2022 - C#
-
Updated
Apr 23, 2022 - C#
-
Updated
Apr 28, 2022 - C#
-
Updated
Apr 25, 2022 - C#
Currently, GraphQL.Tools just support reading schema from .gql files.
We can add the ability to read from 3rd party services like GraphQL Playground
.
-
Updated
Apr 5, 2022 - C#
-
Updated
Apr 29, 2022 - C#
And do something at gen-time? Not sure what you can do.
README already has examples as partial obviously but they're easily missed.
-
Updated
Jul 30, 2021 - C#
-
Updated
Apr 29, 2021 - C#
-
Updated
Mar 22, 2021 - C#
-
Updated
Apr 27, 2022 - C#
-
Updated
Apr 12, 2021 - C#
Improve this page
Add a description, image, and links to the csharp-sourcegenerator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csharp-sourcegenerator topic, visit your repo's landing page and select "manage topics."