Giter Site home page Giter Site logo

comparisongenerator's Introduction

Hi there 👋

アイコン

GitHub stats Top Languages

プロフィール

aetos(あえとす)と申します。

1983年生まれ。男。生まれも育ちも埼玉県で、現在はさいたま市在住です。

名前の由来はギリシャ語の αετός です。

アイコンはロックマンDASHの敵役であるボーン一家のロゴをイメージしながら適当に手描きしたものです。ロックマンDASHの続編が出るのを永遠に待っています。

プログラミング

C# とか PowerShell とかが好きです。クラウドつよつよおじさんになりたい。

実装技術に興味がある方で、プロダクトを作って世の中に提供することにはあんまり興味がないので、GitHub に上がっているのは検証用の書き散らしコード片ばかりです。

Markdown は嫌いです。このファイルは AsciiDoc で書かれています。

アンチ AI です。

趣味

ゲームは最近は Minecraft くらいしかやってないです。TYPE-MOON が好きですが FGO には挫折しました。

リアル脱出ゲームをはじめとする謎解きゲームが好きです。

ボードゲームも好みます。短時間でできる軽めのゲームや笑えるゲームが好きです。人狼は苦手です。持っているボドゲはこちら

音楽では Sound Horizon のファンです。

物理学や数学、哲学に興味がありますが、専門的に勉強したことはありません。せいぜいがブルーバックスとかの解説新書のレベルです。 物理学では素粒子宇宙論、数学では抽象代数学数理論理学、哲学ではプラグマティズム現象学言語哲学構造主義科学哲学分析哲学などを知りたいと思っています。

スポーツは嫌いです。インドア派です。

お酒はあまり飲みません。

貧乳派です。

座右の銘

Nein, gerade Thatsachen giebt es nicht, nur Interpretationen.
— Friedrich Wilhelm Nietzsche
Der Wille zur Macht

comparisongenerator's People

Contributors

aetos382 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

comparisongenerator's Issues

Attributes not referenced correctly in NuGet/MyGet builds

When referencing this library on NuGet or MyGet, the attributes are being referenced from the assembly which is internal which prevents them from being referenced correctly.

When compiling the source from this git repository, it works just as intended. Please update NuGet/MyGet to the current commit even if still requires a bit more polish as the hosted builds are currently broken. That being said, this is a fantastic library, and thank you!

image

<Project>
    <PropertyGroup>
        <Nullable>enable</Nullable>
        <LangVersion>preview</LangVersion>
    </PropertyGroup>
    <ItemGroup>
        <PackageReference Include="Aetos.ComparisonGenerator" Version="0.1.0-alpha3" PrivateAssets="all" />
    </ItemGroup>
</Project>
[Comparable]
partial class Foo
{
    [CompareBy]
    int Bar { get; }
}

CS8669 nullable

Hello,
The generated code generates CS8669 warning when nullable is enabled:
The annotation for nullable reference types should only be used in code within a '#nullable' context.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.