ThisAssembly.Project
1.0.0-alpha
Prefix Reserved
See the version list below for details.
dotnet add package ThisAssembly.Project --version 1.0.0-alpha
NuGet\Install-Package ThisAssembly.Project -Version 1.0.0-alpha
<PackageReference Include="ThisAssembly.Project" Version="1.0.0-alpha" />
<PackageVersion Include="ThisAssembly.Project" Version="1.0.0-alpha" />
<PackageReference Include="ThisAssembly.Project" />
paket add ThisAssembly.Project --version 1.0.0-alpha
#r "nuget: ThisAssembly.Project, 1.0.0-alpha"
#:package ThisAssembly.Project@1.0.0-alpha
#addin nuget:?package=ThisAssembly.Project&version=1.0.0-alpha&prerelease
#tool nuget:?package=ThisAssembly.Project&version=1.0.0-alpha&prerelease
This package generates a static `ThisAssembly.Project` class with public
constants exposing project properties that have been opted into this mechanism by adding
them as `ProjectProperty` MSBuild items in project file, such as:
<PropertyGroup>
<Foo>Bar</Foo>
</PropertyGroup>
<ItemGroup>
<ProjectProperty Include="Foo" />
</ItemGroup>
A corresponding `ThisAssembly.Project.Foo` constant with the value `Bar` is provided.
Generated code:
C#:
partial class ThisAssembly
{
public static partial class Project
{
public const string Foo = "Bar";
}
}
VB:
Namespace Global
Partial Class ThisAssembly
Partial Class Project
Public Const Foo = "Bar"
End Class
End Class
End Namespace
F#:
module internal ThisAssembly
module public Project =
[<Literal>]
let public Foo = @"Bar"
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- ThisAssembly.DesignTimeFix (>= 1.0.0-alpha)
- ThisAssembly.Prerequisites (>= 1.0.0-alpha)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ThisAssembly.Project:
| Package | Downloads |
|---|---|
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. |
|
|
AOPEFGenerator
** C# 9.0 ONLY ** Autogenerates for EF Data2Code Add also Nuget package AOPEFCommon You can have your own template - read the readme.txt |
|
|
Surity.BepInEx
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on ThisAssembly.Project:
| Repository | Stars |
|---|---|
|
Tyrrrz/YoutubeDownloader
Downloads videos and playlists from YouTube
|
|
|
Tyrrrz/DiscordChatExporter
Saves Discord chat logs to a file
|
|
|
devlooped/SmallSharp
Create, edit and run multiple C# top-level programs in the same project by just selecting the startup program from the start button.
|
|
|
atifaziz/LinqPadless
LINQPad Queries without LINQPad
|
|
|
devlooped/nugetizer
A simple to understand packing model for authoring NuGet packages
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.2 | 35,935 | 10/17/2025 |
| 2.1.1 | 1,480 | 10/16/2025 |
| 2.1.0 | 1,738 | 10/16/2025 |
| 2.1.0-rc.1 | 444 | 10/16/2025 |
| 2.1.0-rc | 512 | 10/16/2025 |
| 2.1.0-beta | 504 | 10/16/2025 |
| 2.0.14 | 32,187 | 4/30/2025 |
| 2.0.13 | 2,219 | 4/24/2025 |
| 2.0.12 | 8,426 | 2/18/2025 |
| 2.0.11 | 3,470 | 2/8/2025 |
| 2.0.10 | 11,601 | 11/26/2024 |
| 2.0.9 | 1,700 | 11/23/2024 |
| 2.0.8 | 2,155 | 11/8/2024 |
| 1.0.0-alpha | 1,739 | 10/3/2020 |