-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated vsSolutionBuildEvent 1.14 & MvsSln 2.5
Closes #120 and updates issue templates due to modern github type
- Loading branch information
Showing
11 changed files
with
139 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug Report | ||
about: Found error or incorrect behavior. | ||
labels: bug | ||
--- | ||
|
||
How to reproduce: | ||
|
||
... | ||
|
||
|
||
* `-version`: | ||
* `-build-info`: | ||
* Full command to Manager: | ||
* Project type: | ||
* Environment ( VS, MSBuild, ...): | ||
|
||
Used configuration: | ||
|
||
... | ||
|
||
Optional Project files / Samples: | ||
|
||
... | ||
|
||
log: | ||
|
||
* [{attachment}](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/) ... | ||
|
||
|
||
|
||
----------- | ||
|
||
*(Remove this section after reading. Click `Preview` tab for convenience)* | ||
|
||
## ! Important | ||
|
||
1. **Try to isolate** problem via very simple code. Any project-sample would be really useful for quick inspection! | ||
2. Log data. To set **detailed** or **diagnostics** level: | ||
* For VS IDE: `Tools` - `Options` - `Project and Solutions` - `Build and Run` - *MSBuild project build verbosity.* | ||
* For msbuild tools: `/v:diag`: | ||
|
||
``` | ||
msbuild <your.sln> /t:Rebuild /m:4 /v:diag > build.log | ||
``` | ||
3. Make sure that you have all rights to publish any of your (or company) data (attached src, log, etc). Responsibility is solely on you. | ||
4. **Do not** put inside message any very long text data ( ~10 Kb+ time for attachments ). Means only as file (text-based, or zip, etc). Because of notifications through email. It's really ... [100K+](https://github.com/3F/DllExport/issues/71) | ||
5. **Try to use** only [GitHub for your attachments and screenshots](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/) instead of other places. It's free, it's enough. | ||
6. Please try to use [**basic formatting** for your code examples](https://help.github.com/articles/creating-and-highlighting-code-blocks/), to avoid code dancing 🕺 across the page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Other | ||
about: '…' | ||
--- | ||
|
||
. . . | ||
|
||
----------- | ||
|
||
*(Remove this section after reading. Click `Preview` tab for convenience)* | ||
|
||
## ! Important | ||
|
||
1. **Try to use** only [GitHub for your attachments and screenshots](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/) instead of other places. It's free, it's enough. | ||
2. **Do not** put inside message any very long text data ( ~ 10 Kb+ time for attachments ). Means only as file (text-based, or zip, etc). Because we're receiving this notification through email, so it's really ... [100K+](https://github.com/3F/DllExport/issues/71) | ||
3. Please try to use [**basic formatting** for your code examples](https://help.github.com/articles/creating-and-highlighting-code-blocks/), to avoid code dancing 🕺 across the page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Question | ||
about: Ask us. | ||
labels: question | ||
--- | ||
|
||
. . . | ||
|
||
----------- | ||
|
||
*(Remove this section after reading. Click `Preview` tab for convenience)* | ||
|
||
## ! Important | ||
|
||
1. **Please** use our [wiki](https://github.com/3F/DllExport/wiki) first. +Available [**Q&A** list](https://github.com/3F/DllExport/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Aquestion). | ||
|
||
2. Please try to use MSDN, stackoverflow, and other relevant places for understanding common practice with P/Invoke, scalar & unmanaged native types, marshaling, .net-domains, multithreading, ... ~something other. Because this is not directly related to our project to teach you programming. We can try to help you anyway, but please have a *conscience.* | ||
|
||
### If you're ready to ask something | ||
|
||
1. **Try to use** only [GitHub for your attachments and screenshots](https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/) instead of other places. It's free, it's enough. | ||
2. **Do not** put inside message any very long text data ( ~ 10 Kb+ time for attachments ). Means only as file (text-based, or zip, etc). Because we're receiving this notification through email, so it's really ... [100K+](https://github.com/3F/DllExport/issues/71) | ||
3. Please try to use [**basic formatting** for your code examples](https://help.github.com/articles/creating-and-highlighting-code-blocks/), to avoid code dancing 🕺 across the page. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule MvsSln
updated
53 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
@echo off | ||
|
||
set reltype=%1 | ||
set cimdll=packages\vsSBE.CI.MSBuild\bin\CI.MSBuild.dll | ||
set _msbuild=tools\hMSBuild | ||
set cim=packages\vsSolutionBuildEvent\cim.cmd | ||
set _gnt=tools/gnt | ||
|
||
set reltype=%1 | ||
if "%reltype%"=="" ( | ||
set reltype=Release | ||
) | ||
|
||
:found | ||
|
||
call packages_restore.cmd || goto err | ||
call %_gnt% /p:wpath="%cd%" /p:ngconfig="packages.config" /nologo /v:m /m:4 || goto err | ||
call %cim% "DllExport.sln" /v:m /m:4 /p:Configuration="%reltype%" || goto err | ||
|
||
call %_msbuild% -notamd64 "DllExport.sln" /v:m /l:"%cimdll%" /m:4 /t:Build /p:Configuration="%reltype%" || goto err | ||
|
||
exit /B 0 | ||
goto exit | ||
|
||
:err | ||
|
||
echo. Build failed. 1>&2 | ||
exit /B 1 | ||
|
||
:exit | ||
exit /B 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="vsSBE.CI.MSBuild" version="1.6.12010" output="vsSBE.CI.MSBuild" /> | ||
<package id="vsSolutionBuildEvent" version="1.14.0" output="vsSolutionBuildEvent" /> | ||
<package id="ILAsm" version="4.5.1.1" output="ILAsm" /> | ||
</packages> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.