Skip to content
View ygoe's full-sized avatar

Block or report ygoe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Frontfire2 Public

    The Frontfire Web Frontend Toolkit offers essential styles and effects combined with a consistent set of interactive widgets and layout utilities.

    JavaScript

  2. msgpack.js Public

    A minimal yet complete MessagePack implementation for JavaScript. msgpack.org[JavaScript]

    JavaScript 154 36

  3. NetRevisionTask Public

    Injects the current VCS revision of a working directory in a custom format into a .NET assembly build. Based on the .NET Revision Tool, integrated as an MSBuild task, for .NET Framework and .NET Core.

    C# 35 9

  4. DeepConvert Public

    Converts a data type to another data type, smarter than the standard Convert class, including collections and their items as well as object properties (duck typing). With special support for DateTi…

    C# 3 1

  5. AsyncTcpClient Public

    An asynchronous variant of TcpClient and TcpListener for .NET Standard.

    C# 157 37

  6. Write your Windows batch files in C#...
    1
    <# : 
    2
    @echo off & setlocal & set __args=%* & %SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -Command Invoke-Expression ('. { ' + (Get-Content -LiteralPath ""%~f0"" -Raw) + ' }' + $env:__args) & exit /b %ERRORLEVEL%
    3
    #> Add-Type @'
    4
    // ========== BEGIN C# CODE ==========
    5
    using System;

89 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 2 commits in 1 repository
Created 1 repository
  • ygoe/Modbus C#
    This contribution was made on Mar 10

Created an issue in dotnet/runtime that received 5 comments

SerialPort constantly throws IOException

Description The SerialPort seems to be broken in .NET 9. It throws this exception all the time: System.IO.IOException: "The I/O operation has been …

5 comments
Opened 2 other issues in 2 repositories
Loading