UnitGenerator
C# Source Generator to create value-object, inspired by units of measure. (by Cysharp)
vscode-csharp
Official C# support for Visual Studio Code (by dotnet)
UnitGenerator | vscode-csharp | |
---|---|---|
2 | 15 | |
355 | 2,910 | |
1.7% | 0.3% | |
5.5 | 9.8 | |
2 months ago | 10 days ago | |
C# | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
UnitGenerator
Posts with mentions or reviews of UnitGenerator.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-20.
-
what do you find most frustrating about dotnet?
You either have to do it manually or use a code generator (there are nugets for that, for example: https://github.com/Cysharp/UnitGenerator), but you absolutely can.
-
.NET 7 Preview 5 - Generic Math
You might wanna take a look at https://github.com/Cysharp/UnitGenerator we've used it on some of our systems at work and works pretty well overall as Value Objects.
vscode-csharp
Posts with mentions or reviews of vscode-csharp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-29.
-
Visual Studio Code is designed to fracture
C# extension works well and uses Roslyn Language Server that is part[0] of the Roslyn (C# compiler) - this is what the base C# extension[1] uses. Both of these are licensed under MIT.
The only closed-source component is 'vsdbg' which is Visual Studio's debugger shipped as a component that the extension uses. It, however, can be replaced with Samsung's 'NetCoreDbg' by using the extension fork[2].
[0]: https://github.com/dotnet/roslyn/tree/main/src/LanguageServe...
[1]: https://github.com/dotnet/vscode-csharp
[2]: https://github.com/muhammadsammy/free-vscode-csharp
-
Why isn’t dotnet core popular among startups?
[1] https://github.com/dotnet/vscode-csharp/issues/527
- just notice that debugging unit test in omnisharp move to c# dev kit
-
The multiple why the lives of .NET developers will always suck (2022)
Unfortunately, the link does not point to where I intended as it got rid of the #part, here is the target --> https://github.com/dotnet/vscode-csharp/issues/5276#issuecom...
- Do you guys think this programmer is right about dotnet?
- Do you think this programmer's argument is correct?
- Stuck on a very basic MS Console App tutorial for VS Code
-
Availability of C# Dev Kit for Neovim?
https://github.com/dotnet/vscode-csharp this is the part of the C# Dev Kit that has the LSP server
- Any possible way to disable this "feature?" I truly loathe it.
- what do you find most frustrating about dotnet?
What are some alternatives?
When comparing UnitGenerator and vscode-csharp you can also consider the following projects:
UploadStream - high performance file upload streaming for dotnet
free-vscode-csharp - Free/Libre C# support for VSCode-compatible editors
StronglyTypedId - A Rosyln-powered generator for strongly-typed IDs
csharper - VS Code Extension to easily create templated C# files
FileTypeChecker - Cross platform file type validator for .NET