Steak
Steak
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
Alright, from this conversation I got several Ideas. thanks @Anu6is @Lê Duy Quang
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
Its just me havent seen anything like this
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
have you seen any similar case to this?
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
that would be okay?
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
well I couldnt say its a source code too. It's a compiled C# Library in a dynamic link library format
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
thats okay, because the source code is in .dll format
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
so you havent encounter a public repo with closed source files...? Repository with documentation usually only stores readme, documentation website files. But my case, I also host the source code (that is closed)
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
have you seen any similar case to this?
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
that would be... ?
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
the Github Repo will be Public, so they can import the plugin for they own use
22 replies
CC#
Created by Steak on 3/2/2024 in #help
[GIthub] Package that is not open source but with Public Visibility?
I want to host a library/package, but the library/package is closed source. we can do it in C# by using DLL, so other developers cannot peek into it at the moment
22 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
thanks for the talk 😃 👍
18 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
damn, you're right
18 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
shouldn't affect the method or anything
18 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
I want the Weaver to replace the attribute [UnExecuteable] to [Conditional()]
18 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
it should be the ILWeaver, the Mono Cecil, It lets replace some code in the compiled assemblies
18 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
c# code gen, that generates code, or maybe I should use ILWeaver or mono Cecil
18 replies
CC#
Created by Steak on 2/26/2023 in #help
❔ Wrapping Conditional Attribute
aww, thanks for letting me know. I probably gonna use codeGen. what do you think?
18 replies