46 packages tagged with “jetbrains”
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
The cross-platform open-source library for detecting habitat information.
The cross-platform open-source library for parsing executable and shared-library files. It supports the Compound, ELF, Mach-O, Fat Mach-O, DMG, MSI, and PE formats, providing useful information about their internals.
The cross-platform open-source library for performing cryptography signature checks.
JetBrains Profiler API allows you to control profiling sessions right from the code of your application. Use this API in conjunction with JetBrains dotTrace, JetBrains dotMemory, or JetBrains dotCover. This API can also be used in conjunction with JetBrains Self-Profiling API.
JetBrains ReSharper SDK Package
A .NET Library to talk to JetBrains YouTrack.
JetBrains Rider SDK Package
JetBrains Self-Profiling API lets you initiate and control profiling sessions right from the code of your application. The snapshots taken by the API calls can be later opened and investigated in JetBrains profiling tools. The main advantage of Self-Profiling API is that it doesn't require the profiling tools to be installed on the end-user machine. For example, you can use this API to take memory snapshots of your application on end-user desktops, staging and production servers, and so on. ATTENTION: Note that for its work JetBrains Self-Profiling API uses the JetBrains.dotMemory.Console and JetBrains.dotTrace.CommandLineTools packages which is distributed under the JetBrains Redistributable Product license: The library is free and can be freely redistributed but disassembling is not allowed.
JetBrains ReSharper SDK Tests Package
JetBrains implementation of EnvDTE
JetBrains interop for designer
Converts all JetBrains ReSharper code annotations attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.
JetBrains Rider SDK Tests Package
A Xamarin binding for JetBrains's Android library "KotlinX Serialization Core JVM"
Ensures that JetBrains.Annotations is made available via source (and not publicly exported)
A Xamarin binding for JetBrains's Android library "KotlinX Serialization Json JVM"
JetBrains client for EnvDTE
JetBrains host for EnvDTE
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections. This package is a clone of the JetBrains.Annotations project by JetBrains, but not resulting in a public .dll that could prove to collide with other implementations, but resulting in an internal code contribution that will not collide externally. For some reason the Nuget team decided that the content files feature is not (yet) available for .net Core projects. In this situation you might want to consider downloading the actual code file. See https://github.com/bepost/jetbrains-annotations-internal for more information. All credits for the actual functionality go to the JetBrains team.
Convenient interface for getting data from your TeamCity buildserver.
A Xamarin binding for JetBrains's Android library "KotlinX Serialization Json"
This package contains the JetBrains.Resharper assembly with the annotations from the ReSharper Annotated Framework. The annotations are for use in combination with JetBrains ReSharper. See the project URL on how to use the annotations. The annotations are taken from ReSharper 9. Source code can be annotated with the shared annotations between the two versions such as [NotNull] and [CanBeNull], and can be double annotated with the [AssertionMethod] for ReSharper 6 and 9 and the [ContractAnnotation] for ReSharper 7 and above. As of ReSharper 9 the annotation attributes are all marked with the [Conditional("JETBRAINS_ANNOTATIONS")] attribute. As a result, by default the annotations do not end up in the metadata of the compiled assembly, and no reference is added to the JetBrains.Annotations assembly. To keep the annotations in the output, define the 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your project. JetBrains provides the NuGet package with ID JetBrains.Annotations (https://www.nuget.org/packages/JetBrains.Annotations/) which contains the same annotations, and should be considered as a good alternative to this package. Both packages only differ in the targets they provide builds for. The Twia.ReSharper package provides builds for .NET 2.0 (net20) and .NET 4.0 (net40). The JetBrans.Annotations package provides a .NET 2.0 (net20) and a few portable library builds. Finally, I have no links to JetBrains what so ever, except that I am a happy user of ReSharper.
The runAs tool provides an ability to run the Windows process under the specified Windows user's account.
Another .NET client for the YouTrack 5.x REST API
Xamarin.Android Binding for 'kotlin-android-extensions-runtime'.
A Xamarin binding for JetBrains's Android library "Kotlin Parcelize Runtime"
A Xamarin binding for JetBrains's Android library "Kotlin Android Extensions Runtime"
Global dotnet tool for launching Toolbox Rider from the command line.