Įvykiai
03-17 21 - 03-21 10
Prisijunkite prie meetup serijos, kad sukurtumėte keičiamo dydžio DI sprendimus, pagrįstus realaus pasaulio naudojimo atvejais, su kolegomis kūrėjais ir ekspertais.
Registruotis dabarŠi naršyklė nebepalaikoma.
Atnaujinkite į „Microsoft Edge“, kad pasinaudotumėte naujausiomis funkcijomis, saugos naujinimais ir techniniu palaikymu.
The Source Link build tooling is now included in the .NET SDK. Source Link enables packages and applications to embed information about the source control information of the built artifacts. As a side effect, commit information is included in the InformationalVersion
value of built libraries and applications.
Pastaba
This change affects any project that's built with the .NET 8 SDK, even those that target .NET 7 or an earlier version.
Prior to this change, the default InformationalVersion
of a library or application was the Version
property.
Starting in .NET 8, the default InformationalVersion
of a library or application is the Version
property and the SourceRevisionId
property.
.NET 8 Preview 4
This change can affect source compatibility.
Source Link enables rich editor tooling, like go-to-definition support for non-local source files. This benefit is worth including by default for all artifacts.
If your build process or code doesn't expect Source Revision information in InformationalVersion
, you can disable the new behavior by setting the IncludeSourceRevisionInInformationalVersion
property to false
in your project file.
<PropertyGroup>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
.NET atsiliepimas
.NET yra atvirojo kodo projektas. Pasirinkite saitą, kad pateiktumėte atsiliepimą:
Įvykiai
03-17 21 - 03-21 10
Prisijunkite prie meetup serijos, kad sukurtumėte keičiamo dydžio DI sprendimus, pagrįstus realaus pasaulio naudojimo atvejais, su kolegomis kūrėjais ir ekspertais.
Registruotis dabarMokymas
Modulis
Erste Schritte mit der Quellcodeverwaltung in Finanz‑ und Betriebs-Apps - Training
Dieses Modul bietet eine Einführung zu den Konzepten und Vorgehensweisen für die Verwendung der Quellcodeverwaltung in Finanz‑ und Betriebs-Apps. Es behandelt grundlegende Aufgaben der Quellcodeverwaltung, wie das Ein‑ und Auschecken von Code, das Erstellen von Verzweigungen und die Verwaltung von Versionen.
Dokumentacija
MSBuild-Eigenschaften für Microsoft.NET.Sdk - .NET
Referenz für MSBuild-Eigenschaften und -Elemente, die vom .NET SDK verstanden werden.
Festlegen von Assemblyattributen in Projektdateien - .NET
Erfahren Sie, wie Sie Assemblyattribute mithilfe einer Projektdatei festlegen können.
Ausgabelayout für Artefakte - .NET
Erfahren Sie mehr über ein .NET-SDK-Feature, welches das Layout von Projektausgaben zentralisiert und vereinfacht.